public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] bugfix for ssetmask01.c
@ 2021-03-30  2:18 zhanglianjie
  2021-04-01  6:12 ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: zhanglianjie @ 2021-03-30  2:18 UTC (permalink / raw)
  To: ltp

mips architecture syscall(69) __NR_ssetmask not supported on your arch.

Signed-off-by: zhanglianjie <zhanglianjie@uniontech.com>
---
 include/lapi/syscalls/mips_o32.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lapi/syscalls/mips_o32.in b/include/lapi/syscalls/mips_o32.in
index c71a62a35..c2d43b984 100644
--- a/include/lapi/syscalls/mips_o32.in
+++ b/include/lapi/syscalls/mips_o32.in
@@ -66,8 +66,8 @@ getppid 64
 getpgrp 65
 setsid 66
 sigaction 67
-sgetmask 68
-ssetmask 69
+sgetmask 4068
+ssetmask 4069
 setreuid 70
 setregid 71
 sigsuspend 72
--
2.20.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-02  4:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-30  2:18 [LTP] [PATCH] bugfix for ssetmask01.c zhanglianjie
2021-04-01  6:12 ` Petr Vorel
2021-04-02  4:38   ` He Zhe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox