summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/stdio/stdio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c
index a45df31aa..27b54dcb3 100644
--- a/libc/stdio/stdio.c
+++ b/libc/stdio/stdio.c
@@ -143,10 +143,7 @@ void __init_stdio(void)
if (isatty(1)) {
stdout->mode |= _IOLBF;
}
-#if 1
- /* Taken care of in _start.S and atexit.c now. */
atexit(__stdio_close_all);
-#endif
}
#endif