diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-15 22:05:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-15 22:05:51 +0000 |
commit | f3015aa5ff2af899b7bb69576074cd4123911b61 (patch) | |
tree | 5d775f3a7f04e7fa43c2c097f4ee5d90ae680144 /linuxthreads | |
parent | 96e0b6af32710c5c212d2e8f7d6cb257b9af92a8 (diff) | |
download | glibc-f3015aa5ff2af899b7bb69576074cd4123911b61.tar.gz glibc-f3015aa5ff2af899b7bb69576074cd4123911b61.tar.xz glibc-f3015aa5ff2af899b7bb69576074cd4123911b61.zip |
Update.
2002-12-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the original __libc_fcntl code. Just renamed. * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit. 2002-12-14 Olaf Hering <olh@suse.de> * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>. * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 7 | ||||
-rw-r--r-- | linuxthreads/Versions | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index a88297d10b..179e247f2e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2002-12-15 Ulrich Drepper <drepper@redhat.com> + + * Versions [libpthread: GLIBC_2.3.2]: Remove creat, poll, pselect, + readv, select, sigpause, sigsuspend, sigwaitinfo, waitid, writev. + * wrapsyscall.c: Remove creat, poll, pselect, readv, select, + sigpause, sigsuspend, sigwaitinfo, waitid, and writev wrappers. + 2002-12-10 Ulrich Drepper <drepper@redhat.com> * wrapsyscall.c (CANCELABLE_SYSCALL): Don't define function as diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 13d008cd65..78b1a937cf 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -155,10 +155,6 @@ libpthread { # Cancellation wrapper __nanosleep; } - GLIBC_2.3.2 { - creat; poll; pselect; readv; select; sigpause; sigsuspend; - sigwaitinfo; __xpg_sigpause; waitid; writev; - } GLIBC_PRIVATE { # Internal libc interface to libpthread __libc_internal_tsd_get; __libc_internal_tsd_set; |