X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Furcu-call-rcu-impl.h;h=a1750514e9ba4888801050b04fab42a469388449;hb=d3d3857f678627e7bbfb5a8d6f3bc15cd2a694d9;hp=2c23a54f8bc003d46446c08b187a82958b4a4348;hpb=90f72b8c054ca4e3b4b45f630549c784e26ce79a;p=urcu.git 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);