aboutsummaryrefslogtreecommitdiffstats
path: root/authd/authd.c
diff options
context:
space:
mode:
Diffstat (limited to 'authd/authd.c')
-rw-r--r--authd/authd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/authd/authd.c b/authd/authd.c
index 23ac2a4b..185dfae6 100644
--- a/authd/authd.c
+++ b/authd/authd.c
@@ -25,7 +25,7 @@
#define MAXPARA 10
-static void error_cb(rb_helper *helper) __attribute__((noreturn));
+static void error_cb(rb_helper *helper) __noreturn;
static void handle_reload(int parc, char *parv[]);
static void handle_stat(int parc, char *parv[]);
static void handle_options(int parc, char *parv[]);