diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-09 08:53:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-09 08:53:51 +0000 |
commit | b2c3e3d72e538a85246f9f2e39b4fd53c16592dd (patch) | |
tree | e1c1fa5e02f8a30e4ba366608d06ddc89c34e22c /libc | |
parent | 6c7074c750ba4845e8c17a0914ece1d74a9f50dd (diff) |
Silence warnings -- add func declaration.
-Erik
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdio/stdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |