aboutsummaryrefslogtreecommitdiff
path: root/include/curses.tail
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2022-11-04 05:25:38 +0000
committerPirama Arumuga Nainar <pirama@google.com>2022-11-04 05:27:00 +0000
commit0dbb80ad4c2ff1fec2c1c67c2d1b8a2d539edf33 (patch)
treef47007baf02f88f917617620fd6f405b23313829 /include/curses.tail
parent34428ddf7f4f6a0af2285038ea1c9d9fcb108de9 (diff)
downloadncurses-0dbb80ad4c2ff1fec2c1c67c2d1b8a2d539edf33.tar.gz
Update to ncurses-6.3
Test: llvm-toolchain build Change-Id: I8c4fb86bd334e86b226c9cfbb92dcca3e1bdf0ef
Diffstat (limited to 'include/curses.tail')
-rw-r--r--include/curses.tail4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curses.tail b/include/curses.tail
index 05f7439..1151449 100644
--- a/include/curses.tail
+++ b/include/curses.tail
@@ -1,4 +1,4 @@
-/* $Id: curses.tail,v 1.25 2019/12/14 22:28:39 tom Exp $ */
+/* $Id: curses.tail,v 1.26 2021/03/20 15:49:25 tom Exp $ */
/*
* vile:cmode:
* This file is part of ncurses, designed to be appended after curses.h.in
@@ -174,7 +174,7 @@ extern NCURSES_EXPORT(const char *) _nc_visbuf (const char *);
#define OPTIMIZE_ALL 0xff /* enable all optimizations (dflt) */
#endif
-extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN;
+extern GCC_NORETURN NCURSES_EXPORT(void) exit_curses (int);
#include <unctrl.h>