mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
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.
This commit is contained in:
parent
8afe4b88c4
commit
0de1e6180a
1 changed files with 4 additions and 0 deletions
|
|
@ -125,6 +125,10 @@ static inline void thread_harmless_end()
|
|||
{
|
||||
}
|
||||
|
||||
static inline void thread_harmless_end_sig()
|
||||
{
|
||||
}
|
||||
|
||||
static inline void thread_isolate()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue