summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-12-25 00:34:07 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-12-25 00:45:43 +0000
commitffb6c55d7d52b22a526e58815770b09a2994d856 (patch)
tree3d28b36fd3f6d8417dc28836d9f90400a0b37170 /linux/mips/syscallent-n32.h
parent3eba72b9ab03afefad19f233798aa3977ba02fce (diff)
downloadstrace-ffb6c55d7d52b22a526e58815770b09a2994d856.tar.gz
Set SYSCALL_NEVER_FAILS flag for personality syscall
Starting with commit v2.6.29-6609-g11d06b2a1e5658f448a308aa3beb97bacd64a940, personality syscall never fails to set the personality, but before commit v2.6.35-rc1-372-g485d527 it still could return an error. Starting with that commit, personality syscall never returns an error. * linux/*/syscallent.h: Set SYSCALL_NEVER_FAILS flag in personality syscall entries.
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 f97511dae..6c1bb0883 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -132,7 +132,7 @@
[6129] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
[6130] = { 2, TF, SEN(utime), "utime" },
[6131] = { 3, TF, SEN(mknod), "mknod" },
-[6132] = { 1, 0, SEN(personality), "personality" },
+[6132] = { 1, NF, SEN(personality), "personality" },
[6133] = { 2, 0, SEN(ustat), "ustat" },
[6134] = { 3, TF, SEN(statfs), "statfs" },
[6135] = { 3, TD, SEN(fstatfs), "fstatfs" },