diff options
Diffstat (limited to 'dirent/alphasort64.c')
-rw-r--r-- | dirent/alphasort64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirent/alphasort64.c b/dirent/alphasort64.c index deb19217a5..3a47a97bb5 100644 --- a/dirent/alphasort64.c +++ b/dirent/alphasort64.c @@ -19,7 +19,7 @@ #include <string.h> /* alphasort.c defines alphasort64 as an alias if _DIRENT_MATCHES_DIRENT64. */ -#ifndef _DIRENT_MATCHES_DIRENT64 +#if !_DIRENT_MATCHES_DIRENT64 int alphasort64 (const struct dirent64 **a, const struct dirent64 **b) |