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 . --- catman.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'catman.c') diff --git a/catman.c b/catman.c index 3cfb1038..5c5bd7f8 100644 --- a/catman.c +++ b/catman.c @@ -1,4 +1,4 @@ -/* $Id: catman.c,v 1.19 2017/02/16 15:12:32 schwarze Exp $ */ +/* $Id: catman.c,v 1.20 2017/02/17 14:31:52 schwarze Exp $ */ /* * Copyright (c) 2017 Michael Stapelberg * Copyright (c) 2017 Ingo Schwarze @@ -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 -- cgit v1.2.3-56-ge451