]> git.ipfire.org Git - thirdparty/glibc.git/commit - string/string.h
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 22 Mar 2004 19:54:06 +0000 (19:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 22 Mar 2004 19:54:06 +0000 (19:54 +0000)
commit61645263d4b3c72c9a33659a0fcabe1dd2814a98
tree365a2e35feaf968b8d701d88bf477453fa47a35e
parent9708780004abee24d2c49fffe670820e36029377
Update.

2004-03-22  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c
(__getpagesize): Avoid warning about writing into read-only memory.

* string/Makefile (routines): Add xpg-strerror.
* string/string.h (strerror_r): If __USE_XOPEN2K but not __USE_GNU,
redirect strerror_r to __xpg_strerror_r.
* string/Versions (libc): Add __xpg_strerror_r@@GLIBC_2.3.4.
* sysdeps/generic/xpg-strerror.c: New file.
* sysdeps/mach/xpg-strerror.c: New file.
ChangeLog
nptl/ChangeLog
nptl/pthread_getattr_np.c
string/Makefile
string/Versions
string/string.h
sysdeps/generic/xpg-strerror.c [new file with mode: 0644]
sysdeps/mach/xpg-strerror.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c