From c55fbd1ea768f9fdef34a01377702c0d72cbc213 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 9 Aug 2011 09:57:55 -0400 Subject: Implement scandirat function --- dirent/scandir64.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dirent/scandir64.c') diff --git a/dirent/scandir64.c b/dirent/scandir64.c index 274822e125..21a936e4bb 100644 --- a/dirent/scandir64.c +++ b/dirent/scandir64.c @@ -19,14 +19,7 @@ #include #define SCANDIR scandir64 -#define READDIR __readdir64 +#define SCANDIRAT scandirat64 #define DIRENT_TYPE struct dirent64 -#define SKIP_SCANDIR_CANCEL 1 - -int scandir64 (__const char *__restrict __dir, - struct dirent64 ***__restrict __namelist, - int (*__selector) (__const struct dirent64 *), - int (*__cmp) (__const struct dirent64 **, - __const struct dirent64 **)); #include -- cgit v1.2.1