Fix: use __noreturn__ for C11-compatibility
[urcu.git] / src / urcu-call-rcu-impl.h
index 187727e4137083d975fb3268c7c9106f4bcb7417..cc76f533d0b7a1ebe001c3da4184c9c81612843f 100644 (file)
@@ -1055,7 +1055,7 @@ void urcu_register_rculfhash_atfork(struct urcu_atfork *atfork)
  * This unregistration function is deprecated, meant only for internal
  * use by rculfhash.
  */
-__attribute__((noreturn))
+__attribute__((__noreturn__))
 void urcu_unregister_rculfhash_atfork(struct urcu_atfork *atfork __attribute__((unused)))
 {
        urcu_die(EPERM);
This page took 0.023034 seconds and 4 git commands to generate.