fchmod
extern int fchmod(int fd, mode_t mode);
if (fchmod(realFD, st->st_mode) < 0)
int status = fchmod(symlinkfd, mode);
status = fchmod(fullfd, mode);
HIDDEN_FUNCTION(fchmod);
if (fchmod(fd, 0666) == -1) {