X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-call-rcu-impl.h;fp=src%2Furcu-call-rcu-impl.h;h=a1750514e9ba4888801050b04fab42a469388449;hp=2c23a54f8bc003d46446c08b187a82958b4a4348;hb=6fa8b4f80f1d2efbc90fc6d2a5fb0dc1d7fd2a19;hpb=da56d5cad05a280a8171ef51f185e6d0d29610f0 diff --git a/src/urcu-call-rcu-impl.h b/src/urcu-call-rcu-impl.h index 2c23a54..a175051 100644 --- a/src/urcu-call-rcu-impl.h +++ b/src/urcu-call-rcu-impl.h @@ -1064,7 +1064,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);