Chromium Code Reviews| Index: fusl/src/legacy/ftw.c |
| diff --git a/fusl/src/legacy/ftw.c b/fusl/src/legacy/ftw.c |
| index 44422bacfafefb705a5e977acfa74be05fa92c0b..4188799f21206673c46b493d43829544e507b720 100644 |
| --- a/fusl/src/legacy/ftw.c |
| +++ b/fusl/src/legacy/ftw.c |
| @@ -9,5 +9,3 @@ int ftw(const char* path, |
| * actually undefined, but works on all real-world machines. */ |
| return nftw(path, (int (*)())fn, fd_limit, FTW_PHYS); |
| } |
| - |
| -LFS64(ftw); |