Skip to content

Commit dd23eec

Browse files
committed
kludge for irix 6.5.16+
1 parent 2780fdf commit dd23eec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

linux-user/irix/syscall_nr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258
/* SGI specific syssgi calls */
259259
#define TARGET_NR_syssgi_sysid (1)
260260
#define TARGET_NR_syssgi_elfmap (68)
261+
#define TARGET_NR_syssgi_getprocattr (85)
261262
#define TARGET_NR_syssgi_rldenv (92)
262263
#define TARGET_NR_syssgi_tosstsave (108)
263264
#define TARGET_NR_syssgi_fdhi (109)

linux-user/syscall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14574,6 +14574,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
1457414574
case TARGET_NR_syssgi_rldenv:
1457514575
case TARGET_NR_syssgi_tosstsave:
1457614576
case TARGET_NR_syssgi_fpbcopy:
14577+
case TARGET_NR_syssgi_getprocattr: /* ? 2nd=string 3rd=result ptr */
1457714578
ret = 0;
1457814579
break;
1457914580
case TARGET_NR_syssgi_setgroups:

0 commit comments

Comments
 (0)