summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-26 15:44:18 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-26 15:44:18 +0000
commitf503060bbbba36d1bb1f1548682b8b08e8a2cc0f (patch)
treeac0a8bf7c112fcc9cc69b3a9cb4ddcd8e129554d /stdio-common
parent1f04d005421644726a8c6b9ac78ba22ed938f5f0 (diff)
* libio/stdio.h: dprintf, fmemopen, getdelim, getline,
open_memstream, and vdprintf are in POSIX 2008.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/psiginfo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdio-common/psiginfo.c b/stdio-common/psiginfo.c
index e5d06a23ab..9fc2911fd1 100644
--- a/stdio-common/psiginfo.c
+++ b/stdio-common/psiginfo.c
@@ -26,6 +26,11 @@
#include <not-cancel.h>
+/* Defined in sys_siglist.c. */
+extern const char *const _sys_siglist[];
+extern const char *const _sys_siglist_internal[] attribute_hidden;
+
+
#define MF(l) MF1 (l)
#define MF1(l) str_##l
#define C(s1, s2) C1 (s1, s2)