mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-07 12:33:46 +02:00
The behavior of sigprocmask in an multithreaded environment is undefined. The new macro ha_sigmask() calls either pthreads_sigmask() or sigprocmask() if haproxy was built with thread support or not. This should be backported to 1.8.