#include #include int ftruncate(int fildes, off_t length) { return syscall(ftruncate, fildes, length); }