summaryrefslogtreecommitdiff
path: root/sysdeps/wordsize-64/alphasort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/alphasort.c')
-rw-r--r--sysdeps/wordsize-64/alphasort.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/alphasort.c b/sysdeps/wordsize-64/alphasort.c
index 5096166625..edc410129d 100644
--- a/sysdeps/wordsize-64/alphasort.c
+++ b/sysdeps/wordsize-64/alphasort.c
@@ -1,3 +1,7 @@
+#define alphasort64 rename_alphasort64
+
#include "../../dirent/alphasort.c"
+#undef alphasort64
+
weak_alias (alphasort, alphasort64)