summaryrefslogtreecommitdiff
path: root/sysdeps/posix/defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/defs.c')
-rw-r--r--sysdeps/posix/defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/defs.c b/sysdeps/posix/defs.c
index bc0d34bf15..b25b9b0fea 100644
--- a/sysdeps/posix/defs.c
+++ b/sysdeps/posix/defs.c
@@ -63,7 +63,7 @@ FILE *__stdio_head = &stdstreams[0];
to cause _cleanup to be linked in. */
void
-_cleanup ()
+_cleanup (void)
{
__fcloseall ();
}