From 1eaa106e4128c7b551eeb4a7354bf28d4e504bb0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Nov 2000 07:53:16 +0000 Subject: [PATCH] Update. * Versions.def: Add GLIBC_2.2.1 for glibc. 2000-11-22 Andreas Schwab * 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 --- ChangeLog | 9 +++++++++ Versions.def | 1 + sysdeps/unix/sysv/linux/Versions | 4 ++++ sysdeps/unix/sysv/linux/syscalls.list | 1 + 4 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 75f371837b..5420cd377d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2000-11-22 Ulrich Drepper + * Versions.def: Add GLIBC_2.2.1 for glibc. + +2000-11-22 Andreas Schwab + + * 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 + * rt/aio_suspend.c (aio_suspend): Convert timeout value to absolute time for pthread_cond_timedwait call. Reported by Lawrence Chen [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 -- 2.11.4.GIT