diff options
Diffstat (limited to 'libio/iofflush_u.c')
-rw-r--r-- | libio/iofflush_u.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libio/iofflush_u.c b/libio/iofflush_u.c index e00447991d..ee76373f61 100644 --- a/libio/iofflush_u.c +++ b/libio/iofflush_u.c @@ -28,8 +28,7 @@ #include <stdio.h> int -__fflush_unlocked (fp) - _IO_FILE *fp; +__fflush_unlocked (_IO_FILE *fp) { if (fp == NULL) return _IO_flush_all (); |