summaryrefslogtreecommitdiff
path: root/linux/microblaze
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-02-07 01:58:51 +0100
committerDmitry V. Levin <ldv@altlinux.org>2018-02-09 04:41:55 +0000
commit8048b4888149cea6d25bd93dc0e6ba5f84dd84f4 (patch)
tree2179c1525fba4d6c8620c6ea73b102104c3eb3be /linux/microblaze
parent8e4b24701a944570e2af6dfc247a060be1da1b11 (diff)
downloadstrace-8048b4888149cea6d25bd93dc0e6ba5f84dd84f4.tar.gz
Add SYSCALL_NEVER_FAILS flag to getpgrp
As glibc, at least, treats it this way. * linux/aarch64/syscallent.h (getpgrp): Add NF flag. * linux/alpha/syscallent.h: Likewise. * linux/arm/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/xtensa/syscallent.h: Likewise.
Diffstat (limited to 'linux/microblaze')
-rw-r--r--linux/microblaze/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h
index a745f9ebc..2dc4fce78 100644
--- a/linux/microblaze/syscallent.h
+++ b/linux/microblaze/syscallent.h
@@ -92,7 +92,7 @@
[ 62] = { 2, TSFA, SEN(ustat), "ustat" },
[ 63] = { 2, TD, SEN(dup2), "dup2" },
[ 64] = { 0, NF, SEN(getppid), "getppid" },
-[ 65] = { 0, 0, SEN(getpgrp), "getpgrp" },
+[ 65] = { 0, NF, SEN(getpgrp), "getpgrp" },
[ 66] = { 0, 0, SEN(setsid), "setsid" },
[ 67] = { 3, TS, SEN(sigaction), "sigaction" },
[ 68] = { 0, TS, SEN(sgetmask), "sgetmask" },