This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

pivot_root


This patch adds the pivot_root syscall.

Andreas.

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.

--- sysdeps/unix/sysv/linux/Versions.~1.12.~	Wed Jul 19 14:29:55 2000
+++ sysdeps/unix/sysv/linux/Versions	Wed Nov 22 16:38:48 2000
@@ -90,4 +90,8 @@
     # ipc ctl interface change.
     semctl; shmctl; msgctl;
   }
+  GLIBC_2.2.1 {
+    # p*
+    pivot_root
+  }
 }
--- sysdeps/unix/sysv/linux/syscalls.list.~1.81.~	Mon Sep 11 09:43:52 2000
+++ sysdeps/unix/sysv/linux/syscalls.list	Wed Nov 22 16:37:30 2000
@@ -35,6 +35,7 @@
 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:iss	pivot_root
 prctl		EXTRA	prctl		i:iiiii	prctl
 query_module	EXTRA	query_module	i:sipip	query_module
 quotactl	EXTRA	quotactl	i:isip	quotactl

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]