mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-22 03:11:32 +01:00
Due to length restrictions on OSX the initcall sections are called "i_" there while they're called "init_" on other OSes. However the start and end of sections are still called "__start_init_" and "__stop_init_", which forces to have distinct code between the OSes. Let's switch everyone to "i_" and rename the symbols accordingly.