X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=blobdiff_plain;f=include%2Furcu%2Fstatic%2Furcu-signal.h;h=f0faf3a6628ec2fa1c8f4821096c8020d6562d60;hp=385e6f5d5559c5ca6ca7c70858f15425ddd2f732;hb=1a990de3addad89fc397f57bb359175d307e6960;hpb=4104b71fb1810c7a61ab76e3fbaec0ea88f6fd75 diff --git a/include/urcu/static/urcu-signal.h b/include/urcu/static/urcu-signal.h index 385e6f5..f0faf3a 100644 --- a/include/urcu/static/urcu-signal.h +++ b/include/urcu/static/urcu-signal.h @@ -44,6 +44,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { @@ -57,19 +58,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 - extern struct urcu_gp urcu_signal_gp; extern DECLARE_URCU_TLS(struct urcu_reader, urcu_signal_reader);