diff options
Diffstat (limited to 'dirent/alphasort.c')
-rw-r--r-- | dirent/alphasort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirent/alphasort.c b/dirent/alphasort.c index 8d3b939e98..a6cd151bd1 100644 --- a/dirent/alphasort.c +++ b/dirent/alphasort.c @@ -32,6 +32,6 @@ alphasort (const struct dirent **a, const struct dirent **b) return strcoll ((*a)->d_name, (*b)->d_name); } -#ifdef _DIRENT_MATCHES_DIRENT64 +#if _DIRENT_MATCHES_DIRENT64 weak_alias (alphasort, alphasort64) #endif |