diff options
Diffstat (limited to 'lib/libc/stdio/refill.c')
-rw-r--r-- | lib/libc/stdio/refill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index b3e292a..59fc35c 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -51,7 +51,7 @@ static const char rcsid[] = #include "libc_private.h" #include "local.h" -static int lflush __P((FILE *)); +static int lflush(FILE *); static int lflush(FILE *fp) |