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.
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h
index 2e1dbf1..011bb79 100644
--- a/linux/hppa/syscallent.h
+++ b/linux/hppa/syscallent.h
@@ -73,8 +73,8 @@
{ 0, 0, sys_getpgrp, "getpgrp" }, /* 65 */
{ 0, 0, sys_setsid, "setsid" }, /* 66 */
{ 2, TF, sys_pivotroot, "pivot_root" }, /* 67 */
- { 5, 0, printargs, "sgetmask" }, /* 68 */
- { 5, 0, printargs, "ssetmask" }, /* 69 */
+ { 0, TS, sys_siggetmask, "sgetmask" }, /* 68 */
+ { 1, TS, sys_sigsetmask, "ssetmask" }, /* 69 */
{ 2, 0, sys_setreuid, "setreuid" }, /* 70 */
{ 2, 0, sys_setregid, "setregid" }, /* 71 */
{ 3, 0, sys_mincore, "mincore" }, /* 72 */