Chromium Code Reviews| Index: fusl/src/stdio/tmpfile.c |
| diff --git a/fusl/src/stdio/tmpfile.c b/fusl/src/stdio/tmpfile.c |
| index d2fa8d6768191d17d2728e7eb1077e47710f05ef..a9a608b5231e4d66830f7479d01471e70cd217b8 100644 |
| --- a/fusl/src/stdio/tmpfile.c |
| +++ b/fusl/src/stdio/tmpfile.c |
| @@ -29,5 +29,3 @@ FILE* tmpfile(void) { |
| } |
| return 0; |
| } |
| - |
| -LFS64(tmpfile); |