Searched defs:fchown_args (Results 1 – 1 of 1) sorted by relevance
392 struct fchown_args { struct393 int fd; char fd_[PAD_(int)];394 int uid; char uid_[PAD_(int)];395 int gid; char gid_[PAD_(int)];