summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_seek.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16use namespace-safe __lseek for __stdio_seek instead of direct syscallRich Felker1-8/+2
2011-04-02don't disable seeking after first seek failureRich Felker1-8/+0
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker1-2/+2
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-3/+3
2011-02-13cleaning up syscalls in preparation for x86_64 portRich Felker1-1/+7
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+15