summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
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/mips/syscallent-n32.h
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/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h2
1 files changed, 1 insertions, 1 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" },