summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/ncurses_cfg.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-12-06 17:18:41 +0000
committerderaadt <deraadt@openbsd.org>2000-12-06 17:18:41 +0000
commitfee2a480b3fff0a8593ec2e1ba501160c9a164c7 (patch)
tree1927d5703dac60dd7ec03c0a523ea52424a91369 /lib/libcurses/ncurses_cfg.h
parentBUG FIX: change enable sequence for 16-bit pcmcia cards. This change (diff)
downloadwireguard-openbsd-fee2a480b3fff0a8593ec2e1ba501160c9a164c7.tar.xz
wireguard-openbsd-fee2a480b3fff0a8593ec2e1ba501160c9a164c7.zip
use __x__ formats for __attribute__ arguments; guenther@gac.edu
Diffstat (limited to 'lib/libcurses/ncurses_cfg.h')
-rw-r--r--lib/libcurses/ncurses_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/ncurses_cfg.h b/lib/libcurses/ncurses_cfg.h
index b5fc60b4c78..976152d7045 100644
--- a/lib/libcurses/ncurses_cfg.h
+++ b/lib/libcurses/ncurses_cfg.h
@@ -51,10 +51,10 @@
#define CC_HAS_PROTOS 1
#define CPP_HAS_PARAM_INIT 1
#define ETIP_NEEDS_MATH_H 1
-#define GCC_NORETURN __attribute__((noreturn))
+#define GCC_NORETURN __attribute__((__noreturn__))
#define GCC_PRINTF 1
#define GCC_SCANF 1
-#define GCC_UNUSED __attribute__((unused))
+#define GCC_UNUSED __attribute__((__unused__))
#define HAVE_BIG_CORE 1
#define HAVE_BSD_CGETENT 1
#define HAVE_CURSES_VERSION 1