Chromium Code Reviews| Index: fusl/src/temp/mkostemp.c |
| diff --git a/fusl/src/temp/mkostemp.c b/fusl/src/temp/mkostemp.c |
| index 5d85b2d317bbc48093775622f3080325196de7e8..488a215fd84bd867d66ca7af19aab42258c570bf 100644 |
| --- a/fusl/src/temp/mkostemp.c |
| +++ b/fusl/src/temp/mkostemp.c |
| @@ -7,5 +7,3 @@ int __mkostemps(char*, int, int); |
| int mkostemp(char* template, int flags) { |
| return __mkostemps(template, 0, flags); |
| } |
| - |
| -LFS64(mkostemp); |