diff options
Diffstat (limited to 'dirent/scandir64-tail.c')
-rw-r--r-- | dirent/scandir64-tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirent/scandir64-tail.c b/dirent/scandir64-tail.c index 684088c..8d5cc07 100644 --- a/dirent/scandir64-tail.c +++ b/dirent/scandir64-tail.c @@ -18,7 +18,7 @@ #include <dirent.h> -#ifndef _DIRENT_MATCHES_DIRENT64 +#if !_DIRENT_MATCHES_DIRENT64 # define SCANDIR_TAIL __scandir64_tail # define READDIR __readdir64 # define DIRENT_TYPE struct dirent64 |