summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fmemopen.c
Commit message (Expand)AuthorAgeFilesLines
* According to POSIX, a write operation shall start at the current size ofache2015-10-251-0/+3
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).gahr2014-06-021-8/+9
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-56/+55
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-311-27/+104
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-301-0/+182
OpenPOWER on IntegriCloud