diff options
Diffstat (limited to 'dirent/scandir64.c')
-rw-r--r-- | dirent/scandir64.c | 9 |
1 files changed, 1 insertions, 8 deletions
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 <dirent.h> #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 <dirent/scandir.c> |