Support gcc which does not support constructor attribute
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 19 May 2009 17:37:03 +0000 (13:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 19 May 2009 17:37:03 +0000 (13:37 -0400)
commit8a5fb4c96a1e49623fd9358a048b2cfec3a917f8
tree583e71ccb72203aa7c2effd6eee6bd114e0c8011
parentbcf80111ad144058db3ff6cfde668291c814214f
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 <mathieu.desnoyers@polymtl.ca>
urcu.c
This page took 0.02434 seconds and 4 git commands to generate.