fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sh / ftruncate.c
blob660377bf3b5aa9a1e766f4e6278cbabc2649285b
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include "sys/syscall.h"
5 int
6 ftruncate (int file, off_t length)
8 return __trap34 (SYS_ftruncate, file, length, 0);