summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/ftello.c
AgeCommit message (Collapse)Author
2012-03-27- widen the internal read and write calls to match the syscallschristos
- add funopen2() which provides access to flush() and the wider calls. - make use of the new flush call in fmemopen()
2012-03-15- ansify, knf.christos
- no functional changes
2012-01-22From tnozaki@: make fpos_t a complex object that keeps track of the parsechristos
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@
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-01-18Merge the nathanw_sa branch.thorpej
2000-07-26Oops, forgot to define weak aliases for public names.kleink
Fixes PR {pkg,lib}/10655.
2000-07-08XCU5: Add fseeko() and ftello() functions which provide the functionality ofkleink
fseek() and ftell(), respectively, but operate on file offsets of type off_t.