[Libsysio-commit] defer-cwd: libsysio/include native.h
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-10-12 12:40:25
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20838 Modified Files: Tag: defer-cwd native.h Log Message: Messed up the definition of SYSIO_SYS_pwrite. I had it defined to be pread! Oops. Fixed. Index: native.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/Attic/native.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -w -b -B -p -r1.1.2.2 -r1.1.2.3 --- native.h 12 Oct 2004 12:29:55 -0000 1.1.2.2 +++ native.h 12 Oct 2004 12:40:03 -0000 1.1.2.3 @@ -148,7 +148,7 @@ do { #if _LARGEFILE64_SOURCE && defined(SYS_pwrite64) #define SYSIO_SYS_pwrite SYS_pwrite64 #elif defined(SYS_pwrite) -#define SYSIO_SYS_pread SYS_pwrite +#define SYSIO_SYS_write SYS_pwrite #endif #if _LARGEFILE64_SOURCE && defined(SYS_fcntl64) #define SYSIO_SYS_fcntl SYS_fcntl64 |