diff options
Diffstat (limited to 'dirent/versionsort64.c')
-rw-r--r-- | dirent/versionsort64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirent/versionsort64.c b/dirent/versionsort64.c index b21f246e83..dab34d66ae 100644 --- a/dirent/versionsort64.c +++ b/dirent/versionsort64.c @@ -22,6 +22,6 @@ int versionsort64 (const void *a, const void *b) { - return strverscmp ((*(const struct dirent64 **) a)->d_name, - (*(const struct dirent64 **) b)->d_name); + return __strverscmp ((*(const struct dirent64 **) a)->d_name, + (*(const struct dirent64 **) b)->d_name); } |