summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:15:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:15:41 +0000
commit84147e4fe4a5592db1176ce9a2ee304b9719165b (patch)
treed37e51fd4c090d8290a5b0ed7a98147ccb1e8e4d
parentincreased stack space (diff)
downloadrtems-84147e4fe4a5592db1176ce9a2ee304b9719165b.tar.bz2
Removed comment about a confusion on newlib buffering.
-rw-r--r--c/src/lib/libc/syscalls.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libc/syscalls.c b/c/src/lib/libc/syscalls.c
index 1ffd586d79..9c59933769 100644
--- a/c/src/lib/libc/syscalls.c
+++ b/c/src/lib/libc/syscalls.c
@@ -24,16 +24,6 @@
#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
* is a tty or stdout will not be line buffered.
*/