Chromium Code Reviews| Index: fusl/src/stat/stat.c |
| diff --git a/fusl/src/stat/stat.c b/fusl/src/stat/stat.c |
| index a1647fb3f1896fe679a271fd79f54354a2f3557d..9d6325d3958fb1afe67582f685bfde5e91adb23b 100644 |
| --- a/fusl/src/stat/stat.c |
| +++ b/fusl/src/stat/stat.c |
| @@ -10,5 +10,3 @@ int stat(const char* restrict path, struct stat* restrict buf) { |
| return syscall(SYS_fstatat, AT_FDCWD, path, buf, 0); |
| #endif |
| } |
| - |
| -LFS64(stat); |