diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-10 20:35:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-10 20:35:58 +0000 |
commit | dce8f2b62af23b6ef9e89c3a54cfe002941ef6d6 (patch) | |
tree | a9becd75308609486c2e23f9572531fd12d415dc /nptl | |
parent | 818d08de372d2bf075a9782e50ca8b6c1c1e589f (diff) | |
download | glibc-dce8f2b62af23b6ef9e89c3a54cfe002941ef6d6.tar.gz glibc-dce8f2b62af23b6ef9e89c3a54cfe002941ef6d6.tar.xz glibc-dce8f2b62af23b6ef9e89c3a54cfe002941ef6d6.zip |
Update.
2002-12-10 Jakub Jelinek <jakub@redhat.com> * include/libc-symbols.h: Fix a comment typo. * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias. * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend): Likewise. * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend): Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__libc_sigsuspend): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__libc_sigsuspend): Likewise. * sysdeps/generic/creat.c (__libc_creat): Renamed from creat. (creat): New weak alias.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 66fc21ca1a..a28e63a2c2 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2002-12-10 Ulrich Drepper <drepper@redhat.com> + + * Makefile (tests): We can run tst-locale2 now. + 2002-12-09 Ulrich Drepper <drepper@redhat.com> * Versions: Remove duplicated sigwait entry. diff --git a/nptl/Makefile b/nptl/Makefile index 00c63d87e6..14ada1464d 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -135,7 +135,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-stack1 \ tst-unload \ tst-sysconf \ - tst-locale1 #tst-locale2 <--- commented out until compiler is fixed + tst-locale1 tst-locale2 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst |