summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/truncate64.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-5/+7
| | | | | | 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-0/+39
which have implementations that works... -Erik