| Age | Commit message (Collapse) | Author |
|
- add funopen2() which provides access to flush() and the wider calls.
- make use of the new flush call in fmemopen()
|
|
- no functional changes
|
|
state of the stream. Change argument of the seek function to funopen() from
fpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providing
backwards compatible entry points. Approved by releng@
|
|
Patches provided by Joel Baker in PR 22280, verified by myself.
|
|
|
|
Fixes PR {pkg,lib}/10655.
|
|
fseek() and ftell(), respectively, but operate on file offsets of type off_t.
|