mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-22 17:30:34 -05:00
We have an implementation of atomic ops for older versions of gcc that do not provide the __builtin_* API (< 4.4). Recent changes to the pools broke that in pool_releasable() by having a load from a const pointer, which doesn't work there due to a temporary local variable that is declared then assigned. Let's make use of a compount statement to assign it a value when declaring it. There's no need to backport this. |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||