|
From: <sv...@va...> - 2005-07-06 08:17:13
|
Author: tom Date: 2005-07-06 09:17:07 +0100 (Wed, 06 Jul 2005) New Revision: 4112 Log: Define the system call numbers for pread64 and pwrite64. Modified: trunk/coregrind/vki_unistd-ppc32-linux.h Modified: trunk/coregrind/vki_unistd-ppc32-linux.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/vki_unistd-ppc32-linux.h 2005-07-05 23:34:44 UTC (rev= 4111) +++ trunk/coregrind/vki_unistd-ppc32-linux.h 2005-07-06 08:17:07 UTC (rev= 4112) @@ -208,8 +208,8 @@ #define __NR_rt_sigtimedwait 176 //#define __NR_rt_sigqueueinfo 177 //#define __NR_rt_sigsuspend 178 -//#define __NR_pread64 179 -//#define __NR_pwrite64 180 +#define __NR_pread64 179 +#define __NR_pwrite64 180 #define __NR_chown 181 #define __NR_getcwd 182 //#define __NR_capget 183 |