fchown
# define fchown(fd, owner, group) ((fd) < 0 ? -1 : 0)
#define fchown(a,b,c) rump_sys_fchown(a,b,c)