commit | 0de1e6180a18543ab6913b66f4990b614125bf6a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 22 10:26:58 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 22 10:40:06 2023 +0100 |
tree | 493f0fe3ab118009e6b5dbd0537f55b18582011b | |
parent | 8afe4b88c40559435a3a7f9a1d846dc891f936b9 [diff] |
BUILD: thread: implement thread_harmless_end_sig() for threadless builds Building without thread support was broken in 2.8-dev2 with commit 7e70bfc8c ("MINOR: threads: add a thread_harmless_end() version that doesn't wait") that forgot to define the function for the threadless cases. No backport is needed.