patch-2.4.19 linux-2.4.19/include/asm-alpha/unistd.h

Next file: linux-2.4.19/include/asm-arm/arch-anakin/ide.h
Previous file: linux-2.4.19/include/asm-alpha/siginfo.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-alpha/unistd.h linux-2.4.19/include/asm-alpha/unistd.h
@@ -318,6 +318,20 @@
 #define __NR_gettid			378
 #define __NR_readahead			379
 #define __NR_security			380 /* syscall for security modules */
+#define __NR_tkill			381
+#define __NR_setxattr			382
+#define __NR_lsetxattr			383
+#define __NR_fsetxattr			384
+#define __NR_getxattr			385
+#define __NR_lgetxattr			386
+#define __NR_fgetxattr			387
+#define __NR_listxattr			388
+#define __NR_llistxattr			389
+#define __NR_flistxattr			390
+#define __NR_removexattr		391
+#define __NR_lremovexattr		392
+#define __NR_fremovexattr		393
+
 
 #if defined(__GNUC__)
 
@@ -529,8 +543,8 @@
 	return sys_close(fd);
 }
 
-extern off_t sys_lseek(int, off_t, int);
-static inline off_t lseek(int fd, off_t off, int whense)
+extern off_t sys_lseek(unsigned int, off_t, unsigned int);
+static inline off_t lseek(unsigned int fd, off_t off, unsigned int whense)
 {
 	return sys_lseek(fd, off, whense);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)