X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.c;h=4ee9e3bebbefbaf30beb078c264b3bc61cf4e897;hp=e529ac0d5168447cb690162217b7118990996cc1;hb=5e77fc1f94c3572fca067d37667d74f8165e2434;hpb=81ad2e193e8072f8246212d7eaba72769306c2e4 diff --git a/urcu.c b/urcu.c index e529ac0..4ee9e3b 100644 --- a/urcu.c +++ b/urcu.c @@ -33,6 +33,8 @@ #include #include +#include "urcu-map.h" + #include "urcu-static.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu.h" @@ -428,4 +430,7 @@ void rcu_exit(void) assert(act.sa_sigaction == sigrcu_handler); assert(cds_list_empty(®istry)); } + #endif /* #ifdef RCU_SIGNAL */ + +#include "urcu-call-rcu-impl.h"