summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-09 23:04:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-09 23:04:57 +0000
commit56139d5a7109db33a7f3e951595a45a0f7f12cd4 (patch)
tree1567235e7bd1fbd216ee4c46b297dece336ede74 /libc/stdio
parent8a017d3b136d2b5a65bb7cff0c63576592fd8b74 (diff)
Remove now irrelevant comment.
Diffstat (limited to 'libc/stdio')
-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