From: Mathieu Desnoyers Date: Tue, 19 May 2009 17:37:03 +0000 (-0400) Subject: Support gcc which does not support constructor attribute X-Git-Tag: v0.1~217 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=8a5fb4c96a1e49623fd9358a048b2cfec3a917f8;hp=8a5fb4c96a1e49623fd9358a048b2cfec3a917f8;p=urcu.git Support gcc which does not support constructor attribute - Add call to urcu_init from reader thread registration. - Try to move the constructor and destructor attribute to the prototype, in case gcc has problems with these attributes used with the function definition. Signed-off-by: Mathieu Desnoyers ---