mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/3] *at syscalls: x86 syscalls
@ 2005-12-15 22:49 Ulrich Drepper
  0 siblings, 0 replies; only message in thread
From: Ulrich Drepper @ 2005-12-15 22:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, torvalds

diff -durp linux/arch/i386/kernel/syscall_table.S linux/arch/i386/kernel/syscall_table.S
--- linux/arch/i386/kernel/syscall_table.S	2005-09-10 16:18:09.000000000 -0700
+++ linux/arch/i386/kernel/syscall_table.S	2005-12-14 23:31:12.000000000 -0800
@@ -294,3 +294,14 @@ ENTRY(sys_call_table)
 	.long sys_inotify_init
 	.long sys_inotify_add_watch
 	.long sys_inotify_rm_watch
+	.long sys_openat
+	.long sys_mkdirat		/* 295 */
+	.long sys_mknodat
+	.long sys_fchownat
+	.long sys_futimesat
+	.long sys_newfstatat
+	.long sys_unlinkat		/* 300 */
+	.long sys_renameat
+	.long sys_linkat
+	.long sys_symlinkat
+	.long sys_readlinkat
diff -durp linux/include/asm-i386/unistd.h linux/include/asm-i386/unistd.h
--- linux/include/asm-i386/unistd.h	2005-10-31 10:52:19.000000000 -0800
+++ linux/include/asm-i386/unistd.h	2005-12-14 23:30:14.000000000 -0800
@@ -299,8 +299,19 @@
 #define __NR_inotify_init	291
 #define __NR_inotify_add_watch	292
 #define __NR_inotify_rm_watch	293
+#define __NR_openat		294
+#define __NR_mkdirat		295
+#define __NR_mknodat		296
+#define __NR_fchownat		297
+#define __NR_futimesat		298
+#define __NR_newfstatat		299
+#define __NR_unlinkat		300
+#define __NR_renameat		301
+#define __NR_linkat		302
+#define __NR_symlinkat		303
+#define __NR_readlinkat		304
 
-#define NR_syscalls 294
+#define NR_syscalls 305
 
 /*
  * user-visible error numbers are in the range -1 - -128: see

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-15 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-15 22:49 [PATCH 2/3] *at syscalls: x86 syscalls Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome