about summary refs log tree commit diff
path: root/libio/fcloseall.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/fcloseall.c')
-rw-r--r--libio/fcloseall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/fcloseall.c b/libio/fcloseall.c
index e1b0049f6a..39c3be472d 100644
--- a/libio/fcloseall.c
+++ b/libio/fcloseall.c
@@ -28,7 +28,7 @@
 #include <stdio.h>
 
 int
-__fcloseall ()
+__fcloseall (void)
 {
   /* Close all streams.  */
   return _IO_cleanup ();