]> granicus.if.org Git - strace/commitdiff
alpha: fix 2 dummy osf syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 16:26:51 +0000 (16:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 19:09:35 +0000 (19:09 +0000)
* linux/alpha/syscallent.h (osf_set_program_attributes): Fix nargs.
(osf_sigstack): Fix nargs and sys_name.

linux/alpha/syscallent.h

index 7130502cd4822dc5c603124c1f193d6e5aa00148..8271c36ddd3c377dbbf1217f978b4a426e22c5cf 100644 (file)
@@ -69,7 +69,7 @@
 [ 40] = { 5,   0,              SEN(printargs),                 "osf_old_lstat"         }, /*not implemented */
 [ 41] = { 1,   TD,             SEN(dup),                       "dup"                   },
 [ 42] = { 1,   TD,             SEN(pipe),                      "pipe"                  },
-[ 43] = { 5,   0,              SEN(printargs),                 "osf_set_program_attributes"    },
+[ 43] = { 4,   0,              SEN(printargs),                 "osf_set_program_attributes"    },
 [ 44] = { 5,   0,              SEN(printargs),                 "osf_profil"            }, /*not implemented */
 [ 45] = { 3,   TD|TF,          SEN(open),                      "open"                  },
 [ 46] = { 5,   0,              SEN(printargs),                 "osf_old_sigaction"     }, /*not implemented */
 [109] = { 5,   0,              SEN(printargs),                 "osf_old_sigblock"      }, /*not implemented */
 [110] = { 5,   0,              SEN(printargs),                 "osf_old_sigsetmask"    }, /*not implemented */
 [111] = { 3,   TS,             SEN(sigsuspend),                "sigsuspend"            },
-[112] = { 5,   0,              SEN(printargs),                 "sigstack"              },
+[112] = { 2,   0,              SEN(printargs),                 "osf_sigstack"          },
 [113] = { 3,   TN,             SEN(recvmsg),                   "recvmsg"               },
 [114] = { 3,   TN,             SEN(sendmsg),                   "sendmsg"               },
 [115] = { 5,   0,              SEN(printargs),                 "osf_old_vtrace"        }, /*not implemented */