Do not use __attribute__((constructor))
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Mon, 8 Feb 2010 18:51:19 +0000 (13:51 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 8 Feb 2010 18:54:59 +0000 (13:54 -0500)
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 <benjamin.poirier@polymtl.ca>

No differences found
This page took 0.023612 seconds and 4 git commands to generate.