summaryrefslogtreecommitdiff
path: root/libc/sysdeps/wordsize-64/scandirat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/wordsize-64/scandirat.c')
-rw-r--r--libc/sysdeps/wordsize-64/scandirat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/sysdeps/wordsize-64/scandirat.c b/libc/sysdeps/wordsize-64/scandirat.c
new file mode 100644
index 000000000..02b8fdee0
--- /dev/null
+++ b/libc/sysdeps/wordsize-64/scandirat.c
@@ -0,0 +1,6 @@
+#define scandirat64 scandirat64_renamed
+
+#include "../../dirent/scandirat.c"
+
+#undef scandirat64
+weak_alias (scandirat, scandirat64)