[Libsysio-commit] defer-cwd: libsysio/include native.h
Brought to you by:
lward
From: Sonja T. <so...@us...> - 2004-10-12 12:42:52
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21338/include Modified Files: Tag: defer-cwd native.h Log Message: Fix definition of SYSIO_SYS_pwrite Index: native.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/Attic/native.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -w -b -B -p -r1.1.2.3 -r1.1.2.4 --- native.h 12 Oct 2004 12:40:03 -0000 1.1.2.3 +++ native.h 12 Oct 2004 12:42:43 -0000 1.1.2.4 @@ -148,7 +148,7 @@ do { #if _LARGEFILE64_SOURCE && defined(SYS_pwrite64) #define SYSIO_SYS_pwrite SYS_pwrite64 #elif defined(SYS_pwrite) -#define SYSIO_SYS_write SYS_pwrite +#define SYSIO_SYS_pwrite SYS_pwrite #endif #if _LARGEFILE64_SOURCE && defined(SYS_fcntl64) #define SYSIO_SYS_fcntl SYS_fcntl64 |