Chromium Code Reviews| Index: fusl/src/stdio/fsetpos.c |
| diff --git a/fusl/src/stdio/fsetpos.c b/fusl/src/stdio/fsetpos.c |
| index c4f0bc171e90b8f57c5d1582216a17fa0b654adb..57fc4d33e11bc9b3cd2483dd281eb8df2bc9e4b6 100644 |
| --- a/fusl/src/stdio/fsetpos.c |
| +++ b/fusl/src/stdio/fsetpos.c |
| @@ -3,5 +3,3 @@ |
| int fsetpos(FILE* f, const fpos_t* pos) { |
| return __fseeko(f, *(const off_t*)pos, SEEK_SET); |
| } |
| - |
| -LFS64(fsetpos); |