From eb8a5ab3530f677c223d5cda5598c6d50a242b1b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 16 Mar 2011 20:23:02 +0100 Subject: move __getdents[64] prototypes to dirent.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/misc/dirent/dirstream.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/misc/dirent') diff --git a/libc/misc/dirent/dirstream.h b/libc/misc/dirent/dirstream.h index f0857f63c..747064a22 100644 --- a/libc/misc/dirent/dirstream.h +++ b/libc/misc/dirent/dirstream.h @@ -53,9 +53,4 @@ struct __dirstream { __UCLIBC_MUTEX(dd_lock); }; /* stream data from opendir() */ -extern ssize_t __getdents(int fd, char *buf, size_t count) attribute_hidden; -#ifdef __UCLIBC_HAS_LFS__ -extern ssize_t __getdents64 (int fd, char *buf, size_t count) attribute_hidden; -#endif - #endif /* dirent.h */ -- cgit v1.2.3