mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
* libio/fmemopen.c: Implement binary mode. In this mode no NUL byte gets added to writes and seeks from the end use the length of the buffer and not the currently terminating NUL byte.