aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocd.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
commit0d80df65359b9d2c8098f97712722f3889143c77 (patch)
tree6af019c4a08ea1ba2714c478274a6ac0c39f9ee5 /mandocd.c
parent73d13e32f24d114d25e566580496bd3b8c246ce6 (diff)
downloadmandoc-0d80df65359b9d2c8098f97712722f3889143c77.tar.gz
mandoc-0d80df65359b9d2c8098f97712722f3889143c77.tar.zst
mandoc-0d80df65359b9d2c8098f97712722f3889143c77.zip
Be consistent in protecting __attribute__ attributes with __;
from Christos Zoulas <christos @ NetBSD>.
Diffstat (limited to 'mandocd.c')
-rw-r--r--mandocd.c4
1 files changed, 2 insertions, 2 deletions
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 <stapelberg@debian.org>
* Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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