Revision fda33744

b/linux-user/syscall.c
314 314
  return (fchmodat(dirfd, pathname, mode, flags));
315 315
}
316 316
#endif
317
#ifdef TARGET_NR_fchownat
317
#if defined(TARGET_NR_fchownat) && defined(USE_UID16)
318 318
static int sys_fchownat(int dirfd, const char *pathname, uid_t owner,
319 319
    gid_t group, int flags)
320 320
{

Also available in: Unified diff