From 3b73ce2319e249cf2795cf4b0d0c624134f01e77 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 21 Mar 2002 22:49:10 +0000 Subject: Remove __P() usage. --- lib/libc/stdio/refill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/refill.c') 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) -- cgit v1.1