mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-10 05:21:19 +02:00
Gcc < 3 does not consider regparm declarations for function pointers. This causes big trouble at least with pollers (and with any function pointer after all). Disable CONFIG_HAP_USE_REGPARM for gcc < 3. (cherry picked from commit 61eadc028fb8774ea05d893cd3eca6c671fb511e)