haproxy/include
Olivier Houchard 3212a2c438 BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7.
Move the definition of the various _HA_ATOMIC_* macros that use
__atomic_* in the #if GCC_VERSION >= 4.7, not just after it, so that we
can build with older versions of gcc again.
2019-04-15 21:16:24 +02:00
..
common BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. 2019-04-15 21:16:24 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto CLEANUP: task: do not export rq_next anymore 2019-04-15 09:50:56 +02:00
types MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag. 2019-04-15 19:27:57 +02:00