X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fstatic%2Furcu.h;h=0b5ce92b7473daab1ae56a84f0ccbb60da5460c3;hb=22e3a77f65d53b84dbe653fa6cb83181cafe2482;hp=20fc864315e8a5a5a830a2c656401412e5f007f9;hpb=54e31a4e859abba3222fcb62cf1244d0c6801543;p=userspace-rcu.git diff --git a/include/urcu/static/urcu.h b/include/urcu/static/urcu.h index 20fc864..0b5ce92 100644 --- a/include/urcu/static/urcu.h +++ b/include/urcu/static/urcu.h @@ -43,6 +43,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { @@ -61,19 +62,6 @@ extern "C" { * This is required to permit relinking with newer versions of the library. */ -/* - * The signal number used by the RCU library can be overridden with - * -DSIGRCU= when compiling the library. - * Provide backward compatibility for liburcu 0.3.x SIGURCU. - */ -#ifdef SIGURCU -#define SIGRCU SIGURCU -#endif - -#ifndef SIGRCU -#define SIGRCU SIGUSR1 -#endif - enum rcu_state { RCU_READER_ACTIVE_CURRENT, RCU_READER_ACTIVE_OLD,