From 329befa2612ab31a5992684acee2a6e5e3861673 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 16 Mar 2011 20:50:39 +0100 Subject: dirent.h: use __ssize_t instead of ssize_t getdents[64].c: forgot to include dirent.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/dirent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dirent.h') diff --git a/include/dirent.h b/include/dirent.h index 37d528ecc..9e2b25488 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -369,9 +369,9 @@ extern int versionsort64 (__const struct dirent64 **__e1, __END_DECLS #ifdef _LIBC -extern ssize_t __getdents(int fd, char *buf, size_t count) attribute_hidden; +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; +extern __ssize_t __getdents64 (int fd, char *buf, size_t count) attribute_hidden; # endif #endif -- cgit v1.2.3