Fix: rculfhash worker needs to unblock to SIGRCU
[urcu.git] / include / urcu / static / urcu.h
index 20fc864315e8a5a5a830a2c656401412e5f007f9..0b5ce92b7473daab1ae56a84f0ccbb60da5460c3 100644 (file)
@@ -43,6 +43,7 @@
 #include <urcu/futex.h>
 #include <urcu/tls-compat.h>
 #include <urcu/debug.h>
+#include <urcu/static/urcu-signal.h>
 
 #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,
This page took 0.024802 seconds and 4 git commands to generate.