Chromium Code Reviews| Index: fusl/src/stat/fstatat.c |
| diff --git a/fusl/src/stat/fstatat.c b/fusl/src/stat/fstatat.c |
| index 56c3b28a068e6050eaae6fde863be3ff6c56ecf3..e0b5d310ca46b56372f842117abbaf6d6eb0c497 100644 |
| --- a/fusl/src/stat/fstatat.c |
| +++ b/fusl/src/stat/fstatat.c |
| @@ -8,5 +8,3 @@ int fstatat(int fd, |
| int flag) { |
| return syscall(SYS_fstatat, fd, path, buf, flag); |
| } |
| - |
| -LFS64(fstatat); |