summaryrefslogtreecommitdiff
path: root/src/stdio/fseek.c
AgeCommit message (Expand)AuthorLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker-2/+0
2022-01-09make fseek detect and produce an error for invalid whence argumentsRich Felker-0/+7
2018-09-16fix null pointer subtraction and comparison in stdioRich Felker-2/+2
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-2/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker-0/+1
2011-04-02apparently fseek should not set the error flag on failed seekRich Felker-4/+1
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-6/+14
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+38