patch-2.1.120 linux/include/asm-m68k/unistd.h
Next file: linux/include/asm-m68k/virtconvert.h
Previous file: linux/include/asm-m68k/uaccess.h
Back to the patch index
Back to the overall index
-  Lines: 27
 -  Date:
Wed Sep  2 09:39:18 1998
 -  Orig file: 
v2.1.119/linux/include/asm-m68k/unistd.h
 -  Orig date: 
Tue Aug 18 22:02:07 1998
 
diff -u --recursive --new-file v2.1.119/linux/include/asm-m68k/unistd.h linux/include/asm-m68k/unistd.h
@@ -27,7 +27,7 @@
 #define __NR_lseek		 19
 #define __NR_getpid		 20
 #define __NR_mount		 21
-#define __NR_oldumount		 22
+#define __NR_umount		 22
 #define __NR_setuid		 23
 #define __NR_getuid		 24
 #define __NR_stime		 25
@@ -57,7 +57,7 @@
 #define __NR_geteuid		 49
 #define __NR_getegid		 50
 #define __NR_acct		 51
-#define __NR_umount		 52
+#define __NR_umount2		 52
 #define __NR_lock		 53
 #define __NR_ioctl		 54
 #define __NR_fcntl		 55
@@ -315,6 +315,8 @@
 static inline _syscall0(int,sync)
 static inline _syscall0(pid_t,setsid)
 static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
+static inline _syscall3(int,read,int,fd,char *,buf,off_t,count)
+static inline _syscall3(off_t,lseek,int,fd,off_t,offset,int,count)
 static inline _syscall1(int,dup,int,fd)
 static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
 static inline _syscall3(int,open,const char *,file,int,flag,int,mode)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov