mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* 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.
This commit is contained in:
@@ -69,7 +69,7 @@ enum
|
||||
{
|
||||
PTHREAD_MUTEX_STALLED,
|
||||
PTHREAD_MUTEX_STALLED_NP = PTHREAD_MUTEX_STALLED,
|
||||
PTHREAD_MUTEX_ROBUST_NP,
|
||||
PTHREAD_MUTEX_ROBUST,
|
||||
PTHREAD_MUTEX_ROBUST_NP = PTHREAD_MUTEX_ROBUST
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user