diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-23 07:53:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-23 07:53:16 +0000 |
commit | 1eaa106e4128c7b551eeb4a7354bf28d4e504bb0 (patch) | |
tree | c9f31980a10b8baa1cf452d99be97027f424449e | |
parent | f14811c7c85d645b1bfda41eb9dccfdd2af058fe (diff) | |
download | glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.tar.gz glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.tar.xz glibc-1eaa106e4128c7b551eeb4a7354bf28d4e504bb0.zip |
Update.
* Versions.def: Add GLIBC_2.2.1 for glibc. 2000-11-22 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root. * sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1. 2000-11-22 Ulrich Drepper <drepper@redhat.com>
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | Versions.def | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/syscalls.list | 1 |
4 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 75f371837b..5420cd377d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2000-11-22 Ulrich Drepper <drepper@redhat.com> + * Versions.def: Add GLIBC_2.2.1 for glibc. + +2000-11-22 Andreas Schwab <schwab@suse.de> + + * sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root. + * sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1. + +2000-11-22 Ulrich Drepper <drepper@redhat.com> + * rt/aio_suspend.c (aio_suspend): Convert timeout value to absolute time for pthread_cond_timedwait call. Reported by Lawrence Chen <lchen@opentext.com> [libc/1930]. diff --git a/Versions.def b/Versions.def index fd1a8c9cad..2ab35e93d0 100644 --- a/Versions.def +++ b/Versions.def @@ -9,6 +9,7 @@ libc { GLIBC_2.1.3 GLIBC_2.1.4 GLIBC_2.2 + GLIBC_2.2.1 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index bdf1fafce3..3f77d4c522 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -90,4 +90,8 @@ libc { # ipc ctl interface change. semctl; shmctl; msgctl; } + GLIBC_2.2.1 { + # p* + pivot_root + } } diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list index 9dd5f4ca31..2f72679452 100644 --- a/sysdeps/unix/sysv/linux/syscalls.list +++ b/sysdeps/unix/sysv/linux/syscalls.list @@ -35,6 +35,7 @@ nfsservctl EXTRA nfsservctl i:ipp nfsservctl pause - pause i: __libc_pause pause personality init-first personality i:i __personality personality pipe - pipe i:f __pipe pipe +pivot_root EXTRA pivot_root i:ss pivot_root prctl EXTRA prctl i:iiiii prctl query_module EXTRA query_module i:sipip query_module quotactl EXTRA quotactl i:isip quotactl |