Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 23 Nov 2000 07:53:16 +0000 (07:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 23 Nov 2000 07:53:16 +0000 (07:53 +0000)
* 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>

ChangeLog
Versions.def
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/syscalls.list

index 75f3718..5420cd3 100644 (file)
--- 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].
index fd1a8c9..2ab35e9 100644 (file)
@@ -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
index bdf1faf..3f77d4c 100644 (file)
@@ -90,4 +90,8 @@ libc {
     # ipc ctl interface change.
     semctl; shmctl; msgctl;
   }
+  GLIBC_2.2.1 {
+    # p*
+    pivot_root
+  }
 }
index 9dd5f4c..2f72679 100644 (file)
@@ -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