summaryrefslogtreecommitdiff
path: root/sysdeps/wordsize-64/scandir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/scandir.c')
-rw-r--r--sysdeps/wordsize-64/scandir.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/scandir.c b/sysdeps/wordsize-64/scandir.c
new file mode 100644
index 0000000000..9af7e9b386
--- /dev/null
+++ b/sysdeps/wordsize-64/scandir.c
@@ -0,0 +1,6 @@
+#define scandir64 scandir64_renamed
+
+#include "../../dirent/scandir.c"
+
+#undef scandir64
+weak_alias (scandir, scandir64)