summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__stdio_exit.c')
-rw-r--r--src/stdio/__stdio_exit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/__stdio_exit.c b/src/stdio/__stdio_exit.c
index 0fb33234..e4380aaf 100644
--- a/src/stdio/__stdio_exit.c
+++ b/src/stdio/__stdio_exit.c
@@ -21,3 +21,5 @@ void __stdio_exit(void)
close_file(__stdin_used);
close_file(__stdout_used);
}
+
+weak_alias(__stdio_exit, __stdio_exit_needed);