kludge for irix 6.5.16+
This commit is contained in:
parent
663d9059fa
commit
4cb644d4b0
|
@ -258,6 +258,7 @@
|
|||
/* SGI specific syssgi calls */
|
||||
#define TARGET_NR_syssgi_sysid (1)
|
||||
#define TARGET_NR_syssgi_elfmap (68)
|
||||
#define TARGET_NR_syssgi_getprocattr (85)
|
||||
#define TARGET_NR_syssgi_rldenv (92)
|
||||
#define TARGET_NR_syssgi_tosstsave (108)
|
||||
#define TARGET_NR_syssgi_fdhi (109)
|
||||
|
|
|
@ -14606,6 +14606,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
|
|||
case TARGET_NR_syssgi_rldenv:
|
||||
case TARGET_NR_syssgi_tosstsave:
|
||||
case TARGET_NR_syssgi_fpbcopy:
|
||||
case TARGET_NR_syssgi_getprocattr: /* ? 2nd=string 3rd=result ptr */
|
||||
ret = 0;
|
||||
break;
|
||||
case TARGET_NR_syssgi_setgroups:
|
||||
|
|
Loading…
Reference in New Issue