diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-26 15:44:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-26 15:44:18 +0000 |
commit | f503060bbbba36d1bb1f1548682b8b08e8a2cc0f (patch) | |
tree | ac0a8bf7c112fcc9cc69b3a9cb4ddcd8e129554d /stdio-common | |
parent | 1f04d005421644726a8c6b9ac78ba22ed938f5f0 (diff) | |
download | glibc-f503060bbbba36d1bb1f1548682b8b08e8a2cc0f.zip glibc-f503060bbbba36d1bb1f1548682b8b08e8a2cc0f.tar.gz glibc-f503060bbbba36d1bb1f1548682b8b08e8a2cc0f.tar.bz2 |
* 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.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stdio-common/psiginfo.c b/stdio-common/psiginfo.c index e5d06a2..9fc2911 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) |