[uClibc-cvs] uClibc/libc/misc/dirent dirstream.h,1.6,1.7

Erik Andersen andersen at codepoet.org
Mon Feb 24 12:54:14 UTC 2003


Update of /var/cvs/uClibc/libc/misc/dirent
In directory winder:/tmp/cvs-serv28294/libc/misc/dirent

Modified Files:
	dirstream.h 
Log Message:
Fixup some small issues that show up when large file support is disabled


Index: dirstream.h
===================================================================
RCS file: /var/cvs/uClibc/libc/misc/dirent/dirstream.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dirstream.h	28 Jan 2003 11:06:03 -0000	1.6
+++ dirstream.h	24 Feb 2003 12:54:11 -0000	1.7
@@ -72,6 +72,8 @@
 
 
 extern int __getdents(unsigned int fd, struct dirent *dirp, unsigned int count);
+#ifdef __UCLIBC_HAS_LFS__
 extern int __getdents64 (unsigned int fd, struct dirent64 *dirp, unsigned int count);
+#endif
 
 #endif /* dirent.h  */




More information about the uClibc-cvs mailing list