aboutsummaryrefslogtreecommitdiff
path: root/dirent/versionsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/versionsort.c')
-rw-r--r--dirent/versionsort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dirent/versionsort.c b/dirent/versionsort.c
index 88d6a61..e37682a 100644
--- a/dirent/versionsort.c
+++ b/dirent/versionsort.c
@@ -22,6 +22,6 @@
int
versionsort (const void *a, const void *b)
{
- return strverscmp ((*(const struct dirent **) a)->d_name,
- (*(const struct dirent **) b)->d_name);
+ return __strverscmp ((*(const struct dirent **) a)->d_name,
+ (*(const struct dirent **) b)->d_name);
}