summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-06-11 07:32:11 +0200
committerDmitry V. Levin <ldv@altlinux.org>2018-06-11 14:02:06 +0000
commit58c47fe58adfb31c3b171f04e7ba64b28a689e9c (patch)
tree24cb7a3c093fddbb3f0c380085b482295821677a /linux
parent36b44f9380ce828f957485a080f3b6270631a956 (diff)
downloadstrace-58c47fe58adfb31c3b171f04e7ba64b28a689e9c.tar.gz
mips: add missing "never fails" flag to getpgrp syscall entries
* linux/mips/syscallent-n32.h ([6109]): Add NF flag. * linux/mips/syscallent-n64.h ([5109]): Likewise. * linux/mips/syscallent-o32.h ([4065]): Likewise. Complements: v4.21~46 "Add SYSCALL_NEVER_FAILS flag to getpgrp"
Diffstat (limited to 'linux')
-rw-r--r--linux/mips/syscallent-n32.h2
-rw-r--r--linux/mips/syscallent-n64.h2
-rw-r--r--linux/mips/syscallent-o32.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index c7d35adfe..bfb675e60 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -109,7 +109,7 @@
[6106] = { 0, NF, SEN(getegid), "getegid" },
[6107] = { 2, 0, SEN(setpgid), "setpgid" },
[6108] = { 0, NF, SEN(getppid), "getppid" },
-[6109] = { 0, 0, SEN(getpgrp), "getpgrp" },
+[6109] = { 0, NF, SEN(getpgrp), "getpgrp" },
[6110] = { 0, 0, SEN(setsid), "setsid" },
[6111] = { 2, 0, SEN(setreuid), "setreuid" },
[6112] = { 2, 0, SEN(setregid), "setregid" },
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 3e5584891..202186de8 100644
--- a/linux/mips/syscallent-n64.h
+++ b/linux/mips/syscallent-n64.h
@@ -109,7 +109,7 @@
[5106] = { 0, NF, SEN(getegid), "getegid" },
[5107] = { 2, 0, SEN(setpgid), "setpgid" },
[5108] = { 0, NF, SEN(getppid), "getppid" },
-[5109] = { 0, 0, SEN(getpgrp), "getpgrp" },
+[5109] = { 0, NF, SEN(getpgrp), "getpgrp" },
[5110] = { 0, 0, SEN(setsid), "setsid" },
[5111] = { 2, 0, SEN(setreuid), "setreuid" },
[5112] = { 2, 0, SEN(setregid), "setregid" },
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 404190730..cf00888de 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -66,7 +66,7 @@
[4062] = { 2, TSFA, SEN(ustat), "ustat" },
[4063] = { 2, TD, SEN(dup2), "dup2" },
[4064] = { 0, NF, SEN(getppid), "getppid" },
-[4065] = { 0, 0, SEN(getpgrp), "getpgrp" },
+[4065] = { 0, NF, SEN(getpgrp), "getpgrp" },
[4066] = { 0, 0, SEN(setsid), "setsid" },
[4067] = { 3, TS, SEN(sigaction), "sigaction" },
[4068] = { 0, TS, SEN(sgetmask), "sgetmask" },