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