summaryrefslogtreecommitdiffstats
path: root/mandocd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandocd.c')
-rw-r--r--mandocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandocd.c b/mandocd.c
index 342b1139..b4fb484d 100644
--- a/mandocd.c
+++ b/mandocd.c
@@ -49,7 +49,7 @@ enum outt {
static void process(struct mparse *, enum outt, void *);
static int read_fds(int, int *);
-static void usage(void) __attribute__((noreturn));
+static void usage(void) __attribute__((__noreturn__));
#define NUM_FDS 3