Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv26178/include/asm
Modified Files:
unistd.h
Log Message:
sys_pread/pwrite become sys_pread64/sys_pwrite64 in 2.5.30
Index: unistd.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/unistd.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unistd.h 12 Dec 2002 01:12:41 -0000 1.4
+++ unistd.h 10 Feb 2003 01:02:22 -0000 1.5
@@ -193,8 +193,8 @@
#define __NR_rt_sigtimedwait 177
#define __NR_rt_sigqueueinfo 178
#define __NR_rt_sigsuspend 179
-#define __NR_pread 180
-#define __NR_pwrite 181
+#define __NR_pread64 180
+#define __NR_pwrite64 181
#define __NR_chown 182
#define __NR_getcwd 183
#define __NR_capget 184
|