From 1f04d005421644726a8c6b9ac78ba22ed938f5f0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Feb 2009 06:18:24 +0000 Subject: * locale/langinfo.h: nl_langinfo_l is in POSIX 2008. * locale/xlocale.h: Define locale_t type. * locale/locale.h: duplocale, freelocale, newlocale, uselocale are in POSIX 2008. Don't define locale_t here. * stdlib/monetary.h: strfmon_l is in POSIX 2008. * signal/signal.h: Declare psignal and psiginfo for POSIX 2008. * stdio-common/psiginfo.c: New file. * stdio-common/psiginfo-data.h: New file. * stdio-common/psiginfo-define.h: New file. * stdio-common/Makefile (routines): Add psiginfo. * stdio-common/Versions: Export psiginfo for GLIBC_2.10. --- stdio-common/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stdio-common/Versions') diff --git a/stdio-common/Versions b/stdio-common/Versions index 1501fa2ffd..af693fff52 100644 --- a/stdio-common/Versions +++ b/stdio-common/Versions @@ -53,6 +53,9 @@ libc { __isoc99_scanf; __isoc99_vscanf; __isoc99_fscanf; __isoc99_vfscanf; __isoc99_sscanf; __isoc99_vsscanf; } + GLIBC_2.10 { + psiginfo; + } GLIBC_PRIVATE { # global variables _itoa_lower_digits; -- cgit v1.2.3-70-g09d2