diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-17 14:31:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-17 14:31:52 +0000 |
commit | 54d735ad40551c65097fc14a04f450620d23bad0 (patch) | |
tree | e9025d70c3b21dbeb9cf80cea915660edffb3ef2 /mandocd.c | |
parent | 43757c82b3a7a65d2481fe9ff6efb2970e685827 (diff) | |
download | mandoc-54d735ad40551c65097fc14a04f450620d23bad0.tar.gz |
Be consistent in protecting __attribute__ attributes with __;
from Christos Zoulas <christos @ NetBSD>.
Diffstat (limited to 'mandocd.c')
-rw-r--r-- | mandocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |