From f503060bbbba36d1bb1f1548682b8b08e8a2cc0f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Feb 2009 15:44:18 +0000 Subject: * libio/stdio.h: dprintf, fmemopen, getdelim, getline, open_memstream, and vdprintf are in POSIX 2008. --- stdio-common/psiginfo.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stdio-common/psiginfo.c') 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 +/* 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) -- cgit 1.4.1