summaryrefslogtreecommitdiff
path: root/libc/misc/dirent
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-24 12:54:11 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-24 12:54:11 +0000
commita6e5000686d547b7fcd4effb8bb7a3b9bdc0aee0 (patch)
tree727ba237b7b33654cd4a1d129514b5757f9dece2 /libc/misc/dirent
parent1ad16873f18c34ac2080e989af6cd96cc7dc3ef6 (diff)
Fixup some small issues that show up when large file support is disabled
Diffstat (limited to 'libc/misc/dirent')
-rw-r--r--libc/misc/dirent/dirstream.h2
1 files changed, 2 insertions, 0 deletions
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 */