[Libsysio-commit] defer-cwd: libsysio/include native.h
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-10-12 12:30:05
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19076 Modified Files: Tag: defer-cwd native.h Log Message: Want getdents64 exposed directly. The native driver, at least, uses the presence, or lack, to decide whether a 32/64 conversion is required. Index: native.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/Attic/native.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -w -b -B -p -r1.1.2.1 -r1.1.2.2 --- native.h 23 Sep 2004 16:51:17 -0000 1.1.2.1 +++ native.h 12 Oct 2004 12:29:55 -0000 1.1.2.2 @@ -192,7 +192,7 @@ do { #endif #endif #if _LARGEFILE64_SOURCE && defined(SYS_getdents64) -#define SYSIO_SYS_getdents SYS_getdents64 +#define SYSIO_SYS_getdents64 SYS_getdents64 #elif defined(SYS_getdents) #define SYSIO_SYS_getdents SYS_getdents #endif |