Chromium Code Reviews| Index: fusl/src/stdio/fopen.c |
| diff --git a/fusl/src/stdio/fopen.c b/fusl/src/stdio/fopen.c |
| index 77535fbbfbea4fbee0497d8fa8b05e4359f772cb..f1d7f570e5a1e7a110c171612336539a3163abaf 100644 |
| --- a/fusl/src/stdio/fopen.c |
| +++ b/fusl/src/stdio/fopen.c |
| @@ -30,5 +30,3 @@ FILE* fopen(const char* restrict filename, const char* restrict mode) { |
| __syscall(SYS_close, fd); |
| return 0; |
| } |
| - |
| -LFS64(fopen); |