about summary refs log tree commit diff
path: root/src/misc/nftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/nftw.c')
-rw-r--r--src/misc/nftw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/misc/nftw.c b/src/misc/nftw.c
index eb9014bc..0a464100 100644
--- a/src/misc/nftw.c
+++ b/src/misc/nftw.c
@@ -6,7 +6,6 @@
 #include <string.h>
 #include <limits.h>
 #include <pthread.h>
-#include "libc.h"
 
 struct history
 {
@@ -126,4 +125,4 @@ int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, str
 	return r;
 }
 
-LFS64(nftw);
+weak_alias(nftw, nftw64);