about summary refs log tree commit diff
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, 0 insertions, 6 deletions
diff --git a/sysdeps/wordsize-64/scandir.c b/sysdeps/wordsize-64/scandir.c
deleted file mode 100644
index 9af7e9b386..0000000000
--- a/sysdeps/wordsize-64/scandir.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#define scandir64 scandir64_renamed
-
-#include "../../dirent/scandir.c"
-
-#undef scandir64
-weak_alias (scandir, scandir64)