#include #include #include int truncate(const char * path, off_t length) { errno = EINVAL; return -1; }