Chromium Code Reviews| Index: fusl/src/fcntl/openat.c |
| diff --git a/fusl/src/fcntl/openat.c b/fusl/src/fcntl/openat.c |
| index d4fb96cac0bf437e2fb66af3b1464f78411e42d0..98a42a6514631e286d4cb8aca1fd0e9251793a48 100644 |
| --- a/fusl/src/fcntl/openat.c |
| +++ b/fusl/src/fcntl/openat.c |
| @@ -15,5 +15,3 @@ int openat(int fd, const char* filename, int flags, ...) { |
| return syscall_cp(SYS_openat, fd, filename, flags | O_LARGEFILE, mode); |
| } |
| - |
| -LFS64(openat); |