OSDN Git Service

Remove now irrelevant comment.
authorEric Andersen <andersen@codepoet.org>
Fri, 9 Feb 2001 23:04:57 +0000 (23:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 9 Feb 2001 23:04:57 +0000 (23:04 -0000)
libc/stdio/stdio.c

index a45df31..27b54dc 100644 (file)
@@ -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