diff options
Diffstat (limited to 'libio/iofclose.c')
-rw-r--r-- | libio/iofclose.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libio/iofclose.c b/libio/iofclose.c index 3281e3f41b..4e079ed1cd 100644 --- a/libio/iofclose.c +++ b/libio/iofclose.c @@ -35,8 +35,7 @@ #endif int -_IO_new_fclose (fp) - _IO_FILE *fp; +_IO_new_fclose (_IO_FILE *fp) { int status; |