summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ftruncate64.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-5/+8
| | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
* Some minor updates per discussion with Miles BaderEric Andersen2002-04-101-4/+6
| | | | -Erik
* Remove from syscalls.c, leave just ftruncate64.c and truncate64.cEric Andersen2002-04-091-2/+2
| | | | | which have implementations that works... -Erik
* Create a much more careful ftruncate64 implementation, that shouldEric Andersen2002-04-091-0/+39
address all the concern Miles had with the earlier versions... -Erik