From 0d80df65359b9d2c8098f97712722f3889143c77 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 17 Feb 2017 14:31:52 +0000 Subject: Be consistent in protecting __attribute__ attributes with __; from Christos Zoulas . --- mandocd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mandocd.c') diff --git a/mandocd.c b/mandocd.c index b8a2b6dc..2f6046b7 100644 --- a/mandocd.c +++ b/mandocd.c @@ -1,4 +1,4 @@ -/* $Id: mandocd.c,v 1.4 2017/02/08 16:11:41 schwarze Exp $ */ +/* $Id: mandocd.c,v 1.5 2017/02/17 14:31:52 schwarze Exp $ */ /* * Copyright (c) 2017 Michael Stapelberg * Copyright (c) 2017 Ingo Schwarze @@ -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 -- cgit v1.2.3