This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug stdio/13152] fmemopen does not honor append mode


http://sourceware.org/bugzilla/show_bug.cgi?id=13152

--- Comment #3 from Michael Kerrisk <mtk.manpages at gmail dot com> 2012-04-28 03:10:35 UTC ---
I've added the following text to the fmemopen(3) man page, under bugs:

[[
Specifying append mode ("a" or "a+") for
.BR fmemopen ()
sets the initial file position to the first null byte,
but (if the file offset is reset to a location other than
the end of the stream) 
does not force subsequent to append at the end of the stream.
]]

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]