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 /linuxthreads/Versions | |
parent | 2231b60efc430694aba2d91352984ac51f15c406 (diff) | |
download | glibc-e5e45b53371ed058ed385b1940e8b36419740750.tar.gz glibc-e5e45b53371ed058ed385b1940e8b36419740750.tar.xz 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 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 79169c8b8e..13d008cd65 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -21,6 +21,10 @@ libc { __libc_internal_tsd_get; __libc_internal_tsd_set; __libc_internal_tsd_address; __libc_alloca_cutoff; __libc_dl_error_tsd; + + __libc_creat; __libc_poll; __libc_pselect; __libc_select; + __libc_sigpause; __libc_sigsuspend; __libc_sigwait; __libc_sigwaitinfo; + __libc_waitid; __libc___xpg_sigpause; } } @@ -151,6 +155,10 @@ 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; |