#include #include int fchmod(int fildes, mode_t mode) { return syscall(fchmod, fildes, mode); }