summaryrefslogtreecommitdiff
path: root/linux/tile
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-11-25 21:57:31 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-11-25 21:57:31 +0000
commitfaa2fe84e5b9518c656844942f68f5217b4096de (patch)
treebcd46da68a5c5936a4581ca0a6144874aea1471a /linux/tile
parent9538352ee7a360eb5235bbd3d0c93ce049ca1513 (diff)
downloadstrace-faa2fe84e5b9518c656844942f68f5217b4096de.tar.gz
strace-faa2fe84e5b9518c656844942f68f5217b4096de.tar.bz2
strace-faa2fe84e5b9518c656844942f68f5217b4096de.tar.xz
Fix sgetmask and ssetmask syscall entries
* linux/hppa/syscallent.h: Fix sgetmask and ssetmask entries. * linux/powerpc/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/tile/syscallent.h: Likewise.
Diffstat (limited to 'linux/tile')
-rw-r--r--linux/tile/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/tile/syscallent.h b/linux/tile/syscallent.h
index f81598b..d4494c1 100644
--- a/linux/tile/syscallent.h
+++ b/linux/tile/syscallent.h
@@ -55,8 +55,8 @@
{ 0, 0, sys_getppid, "getppid" }, /* 54 */
{ 0, 0, sys_getpgrp, "getpgrp" }, /* 55 */
{ 0, 0, sys_setsid, "setsid" }, /* 56 */
- { 0, TS, printargs, "sgetmask" }, /* 57 */
- { 1, TS, printargs, "ssetmask" }, /* 58 */
+ { 0, TS, sys_siggetmask, "sgetmask" }, /* 57 */
+ { 1, TS, sys_sigsetmask, "ssetmask" }, /* 58 */
{ 2, 0, sys_setreuid, "setreuid" }, /* 59 */
{ 2, 0, sys_setregid, "setregid" }, /* 60 */
{ 1, TS, sys_sigpending, "sigpending" }, /* 61 */