From: Eric Andersen Date: Fri, 9 Feb 2001 08:53:51 +0000 (-0000) Subject: Silence warnings -- add func declaration. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b2c3e3d72e538a85246f9f2e39b4fd53c16592dd;p=uclinux-h8%2FuClibc.git Silence warnings -- add func declaration. -Erik --- diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index c2486a7a4..a45df31aa 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -36,6 +36,7 @@ struct fixed_buffer { unsigned char used; }; +extern void __init_stdio(void); extern struct fixed_buffer _fixed_buffers[FIXED_BUFFERS]; extern unsigned char *_alloc_stdio_buffer(size_t size);