about summary refs log tree commit diff
path: root/src/stdio/fseek.c
Commit message (Expand)AuthorAgeFilesLines
* remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker2022-10-191-2/+0
* make fseek detect and produce an error for invalid whence argumentsRich Felker2022-01-091-0/+7
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-2/+2
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* apparently fseek should not set the error flag on failed seekRich Felker2011-04-021-4/+1
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-6/+14
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+38