patch-2.4.4 linux/include/asm-arm/unistd.h
Next file: linux/include/asm-arm/xor.h
Previous file: linux/include/asm-arm/setup.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Thu Apr 12 12:20:31 2001
-  Orig file: 
v2.4.3/linux/include/asm-arm/unistd.h
-  Orig date: 
Tue Mar  6 19:44:35 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-arm/unistd.h linux/include/asm-arm/unistd.h
@@ -224,6 +224,10 @@
 #define __NR_setfsuid32			(__NR_SYSCALL_BASE+215)
 #define __NR_setfsgid32			(__NR_SYSCALL_BASE+216)
 #define __NR_getdents64			(__NR_SYSCALL_BASE+217)
+#define __NR_pivot_root			(__NR_SYSCALL_BASE+218)
+#define __NR_mincore			(__NR_SYSCALL_BASE+219)
+#define __NR_madvise			(__NR_SYSCALL_BASE+220)
+#define __NR_fcntl64			(__NR_SYSCALL_BASE+221)
 
 #define __sys2(x) #x
 #define __sys1(x) __sys2(x)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)