Remove old FIXME

This commit is contained in:
Michael Kerrisk 2006-04-23 23:15:26 +00:00
parent d1331c6fb7
commit 96a67b1111
1 changed files with 2 additions and 5 deletions

View File

@ -62,12 +62,9 @@ Alternatively, the caller can explicitly set
as the stdio stream buffer, at the same time informing stdio
of the buffer's size, using
.IR "setbuffer(fp, buf, size)" .)
.\" see http://sourceware.org/bugzilla/show_bug.cgi?id=1995
.\" FIXME it is possible that the glibc fmemopen() implementation
.\" may eventually include an implicit setbuffer() call so that
.\" the above behaviour is the default, see:
.\" See http://sourceware.org/bugzilla/show_bug.cgi?id=1995
.\" and
.\" http://sources.redhat.com/ml/libc-alpha/2006-04/msg00064.html
.\" mtk, Apr 2006
.PP
In a stream opened for reading,
null bytes ('\\0') in the buffer do not cause read