#include #include int chmod(const char *path, mode_t mode) { return syscall(chmod, path, mode); }