diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-10 04:05:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-10 04:05:39 +0000 |
commit | e5e45b53371ed058ed385b1940e8b36419740750 (patch) | |
tree | 38423c4a874ce6ee94738a77bc613f3ec03e61fa /nptl | |
parent | 2231b60efc430694aba2d91352984ac51f15c406 (diff) | |
download | glibc-e5e45b53371ed058ed385b1940e8b36419740750.tar glibc-e5e45b53371ed058ed385b1940e8b36419740750.tar.gz glibc-e5e45b53371ed058ed385b1940e8b36419740750.tar.bz2 glibc-e5e45b53371ed058ed385b1940e8b36419740750.zip |
Update.
2002-12-09 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
__libc_select aliases.
* sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
alias.
* sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
* sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
* sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
* sysdeps/unix/syscalls.list: Define __libc_select alias.
* sysdeps/posix/waitid.c: Define __libc_waitid alias.
* sysdeps/posix/sigpause.c: Define __libc_sigpause and
__libc___xpg_sigpause aliases.
* sysdeps/generic/pselect.c: Define __libc_pselect alias.
* misc/error.c: Remove use of USE_IN_LIBIO.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/Versions | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a1152ea1a5..66fc21ca1a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2002-12-09 Ulrich Drepper <drepper@redhat.com> + + * Versions: Remove duplicated sigwait entry. + 2002-12-08 Ulrich Drepper <drepper@redhat.com> * pthreadP.h: Enable pthread_cleanup_{push,pop} optimizations only diff --git a/nptl/Versions b/nptl/Versions index e85db80a3a..309a1018eb 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -189,13 +189,14 @@ libpthread { __nanosleep; } - # XXX Adjust number for final release. GLIBC_2.3.2 { + # The version for these interfaces is fixed. + creat; poll; pselect; readv; select; sigpause; sigsuspend; + sigwaitinfo; waitid; writev; __xpg_sigpause; + # Proposed API extensions. + # XXX Adjust number for final release. pthread_tryjoin_np; pthread_timedjoin_np; - - creat; poll; pselect; readv; select; sigpause; sigsuspend; sigwait; - sigwaitinfo; waitid; writev; __xpg_sigpause; } GLIBC_PRIVATE { |