From: Benjamin Poirier Date: Mon, 8 Feb 2010 18:51:19 +0000 (-0500) Subject: Do not use __attribute__((constructor)) X-Git-Tag: v0.12.30~5 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=2f961b65e3422f23019286e9531b0a40070278ea;hp=2f961b65e3422f23019286e9531b0a40070278ea;p=lttv.git Do not use __attribute__((constructor)) For greater compatibility with older compilers. The functions that used to be constructors are functions that register the sync modules. These functions now have to be called from each sync_chain initialization function. Signed-off-by: Benjamin Poirier ---