summaryrefslogtreecommitdiff
path: root/libc/stdio/stdio.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-09 08:53:51 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-09 08:53:51 +0000
commitb2c3e3d72e538a85246f9f2e39b4fd53c16592dd (patch)
treee1c1fa5e02f8a30e4ba366608d06ddc89c34e22c /libc/stdio/stdio.c
parent6c7074c750ba4845e8c17a0914ece1d74a9f50dd (diff)
Silence warnings -- add func declaration.
-Erik
Diffstat (limited to 'libc/stdio/stdio.c')
-rw-r--r--libc/stdio/stdio.c1
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);