From a7941d4f375573864334e1002aed2880ae47fa6a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 18 Feb 2002 10:12:45 +0000 Subject: Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an unnecessary variable --- libc/stdio/stdio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio') diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index d35dd7a66..45cd0b8ec 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -193,10 +193,10 @@ FILE *_free_file_list = 0; char _free_buffer_index = FIXED_BUFFERS; /* - * __stdio_close_all is automatically when exiting if stdio is used. + * __stdio_flush_buffers is automatically when exiting if stdio is used. * See misc/internals/__uClibc_main.c and and stdlib/atexit.c. */ -void __stdio_close_all(void) +void __stdio_flush_buffers(void) { fflush(NULL); /* Files will be closed on _exit call. */ } -- cgit v1.2.3