SYS_fcntl
case SYS_fcntl:
case SYS_fcntl:
case SYS_fcntl: /* fcntl */
case SYS_fcntl: /* fcntl() */
case SYS_fcntl:
return (__systemcall(rval, SYS_fcntl + 1024, fd, cmd, arg, 0));
if ((err = __systemcall(rval, SYS_fcntl + 1024, fd, F_GETFL, 0, 0)) !=
if ((err = __systemcall(rval, SYS_fcntl + 1024, fd, F_GETFL, 0, 0)) !=
return (__systemcall(rval, SYS_fcntl + 1024, fd, F_DUPFD, 0, 0));
return (syscall(SYS_fcntl, fd, cmd, arg, arg1));
error = Psyscall(Pr, &rval, SYS_fcntl, 4, &argd[0]);
s10_emulation_table[SYS_fcntl] = 1; /* 62 */