X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu.c;h=98c5fbca5d49c3e5f8191e944b8d060b0f7d6438;hb=acfd099eae9026369f558e73b2a7e35860962d9d;hp=e529ac0d5168447cb690162217b7118990996cc1;hpb=6cf3827cf5809fbcee555fb08286ad756be42dad;p=userspace-rcu.git diff --git a/urcu.c b/urcu.c index e529ac0..98c5fbc 100644 --- a/urcu.c +++ b/urcu.c @@ -24,6 +24,7 @@ */ #define _BSD_SOURCE +#define _GNU_SOURCE #include #include #include @@ -33,6 +34,8 @@ #include #include +#include "urcu/map/urcu.h" + #include "urcu-static.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu.h" @@ -428,4 +431,8 @@ 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" +#include "urcu-defer-impl.h"