about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--Versions.def1
-rw-r--r--sysdeps/unix/sysv/linux/Versions4
-rw-r--r--sysdeps/unix/sysv/linux/syscalls.list1
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