about summary refs log tree commit diff
path: root/src/stdio/__stdio_seek.c
Commit message (Expand)AuthorAgeFilesLines
* use namespace-safe __lseek for __stdio_seek instead of direct syscallRich Felker2019-07-161-8/+2
* don't disable seeking after first seek failureRich Felker2011-04-021-8/+0
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-2/+2
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-3/+3
* cleaning up syscalls in preparation for x86_64 portRich Felker2011-02-131-1/+7
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+15