#include #include int truncate(const char *path, off_t length) { return syscall(truncate, path, length); }