Removed comment about a confusion on newlib buffering.

This commit is contained in:
Joel Sherrill
1996-01-17 20:15:41 +00:00
parent 97dde60967
commit 84147e4fe4

View File

@@ -23,16 +23,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
/*
* check this newlib bug?:
*
* newlib/libc/stdio/makebuf.c:
*
* 2nd ifdef uses 1024 instead of BUFSIZ
* 2nd check lets fp blksize be 0
* finally look at the malloc
*/
/* /*
* fstat, stat, and isatty must lie consistently and report that everything * fstat, stat, and isatty must lie consistently and report that everything
* is a tty or stdout will not be line buffered. * is a tty or stdout will not be line buffered.