소스 검색

Remove now irrelevant comment.

Eric Andersen 25 년 전
부모
커밋
56139d5a71
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      libc/stdio/stdio.c

+ 0 - 3
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