#if 0 #include int fchown(int fildes, uid_t owner, gid_t group) { return fildes; } /* XOPEN(400) POSIX(200112) */ #endif