summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fmemopen.c
AgeCommit message (Expand)Author
2012-03-29The flush function makes the tests fail. So undo it for now until we decidechristos
2012-03-27- widen the internal read and write calls to match the syscallschristos
2012-01-22From tnozaki@: make fpos_t a complex object that keeps track of the parsechristos
2010-09-27validate flags/oflags from __sflag() befere call __sfp().tnozaki
2010-09-27fix off-by-one, pointed out by enami-san, thanks!tnozaki
2010-09-25Change last commit to Use "ptrdiff_t" instead of "intptr_t" because thetron
2010-09-25Add explicit cast to fix lint error on 32bit platforms.tron
2010-09-24add fmemopen(3) derrived from POSIX:2008.tnozaki