From a6e5000686d547b7fcd4effb8bb7a3b9bdc0aee0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 24 Feb 2003 12:54:11 +0000 Subject: Fixup some small issues that show up when large file support is disabled --- libc/misc/dirent/dirstream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/misc/dirent/dirstream.h') diff --git a/libc/misc/dirent/dirstream.h b/libc/misc/dirent/dirstream.h index 5cb63a23d..2dd0264fc 100644 --- a/libc/misc/dirent/dirstream.h +++ b/libc/misc/dirent/dirstream.h @@ -72,6 +72,8 @@ struct __dirstream { 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 */ -- cgit v1.2.3