#include #include int syscall_ftruncate(int fd, size_t length) { return vfs_ftruncate(fd, length); }