]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: atomics: remove support for gcc < 4.7
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Apr 2025 09:53:44 +0000 (11:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Apr 2025 09:55:35 +0000 (11:55 +0200)
commit34e3b83f9c4795693d40761b1b077bdc5e1d794e
treeaae7e32261315a3c3fcaec5a535c81187a83cd1b
parent27a6353cebee1f32f41a9311da8b1e07323e98a4
CLEANUP: atomics: remove support for gcc < 4.7

The old __sync_* API is no longer necessary since we do not support
gcc before 4.7 anymore. Let's just get rid of this code, the file is
still ugly enough without it.
include/haproxy/atomic.h