summaryrefslogtreecommitdiffstats
path: root/catman.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-17 14:31:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-17 14:31:52 +0000
commit54d735ad40551c65097fc14a04f450620d23bad0 (patch)
treee9025d70c3b21dbeb9cf80cea915660edffb3ef2 /catman.c
parent43757c82b3a7a65d2481fe9ff6efb2970e685827 (diff)
downloadmandoc-54d735ad40551c65097fc14a04f450620d23bad0.tar.gz
Be consistent in protecting __attribute__ attributes with __;
from Christos Zoulas <christos @ NetBSD>.
Diffstat (limited to 'catman.c')
-rw-r--r--catman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/catman.c b/catman.c
index 01c5e2bf..8a3aed3a 100644
--- a/catman.c
+++ b/catman.c
@@ -48,9 +48,9 @@
int process_manpage(int, int, const char *);
int process_tree(int, int);
void run_mandocd(int, const char *, const char *)
- __attribute__((noreturn));
+ __attribute__((__noreturn__));
ssize_t sock_fd_write(int, int, int, int);
-void usage(void) __attribute__((noreturn));
+void usage(void) __attribute__((__noreturn__));
void