about summary refs log tree commit diff
path: root/src/legacy/ftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/legacy/ftw.c')
-rw-r--r--src/legacy/ftw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/legacy/ftw.c b/src/legacy/ftw.c
index 506bd29c..e757fc6f 100644
--- a/src/legacy/ftw.c
+++ b/src/legacy/ftw.c
@@ -7,5 +7,3 @@ int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int
 	 * actually undefined, but works on all real-world machines. */
 	return nftw(path, (int (*)())fn, fd_limit, FTW_PHYS);
 }
-
-weak_alias(ftw, ftw64);