fchownSync method

void fchownSync(
  1. int fd,
  2. int uid,
  3. dynamic gid
)

Implementation

external void fchownSync(int fd, int uid, gid);