#include #include int _chmod(const char *path, mode_t mode) { errno = ENOSYS; return -1; }