X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flegacy%2Fftw.c;h=e757fc6f0ce20b5b8ca0aedb65a45085c8005f8a;hb=246f1c811448f37a44b41cd8df8d0ef9736d95f4;hp=506bd29cedf3b4b5e8fe9a37fef2a177f7a36d11;hpb=dec8f0a4fa7aa533c843e6eaec862be674ff3a1a;p=musl 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);