Chromium Code Reviews| Index: fusl/src/stat/fstat.c |
| diff --git a/fusl/src/stat/fstat.c b/fusl/src/stat/fstat.c |
| index 63c45c8cdbb9241068df172aaf437286b969d69c..b9682ff51baef275f2aeac914f98a343c17abe12 100644 |
| --- a/fusl/src/stat/fstat.c |
| +++ b/fusl/src/stat/fstat.c |
| @@ -19,5 +19,3 @@ int fstat(int fd, struct stat* st) { |
| return syscall(SYS_fstatat, AT_FDCWD, buf, st, 0); |
| #endif |
| } |
| - |
| -LFS64(fstat); |