diff options
Diffstat (limited to 'lib/libc/stdio/printf.c')
-rw-r--r-- | lib/libc/stdio/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index eb6ae83..64ea6b0 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 6/4/93"; #endif #if __STDC__ -printf(char const *fmt, ...) +int printf(char const *fmt, ...) #else printf(fmt, va_alist) char *fmt; |