]> granicus.if.org Git - strace/commit
ia64: fix decoding of getresuid/getresgid/setresgid
authorMike Frysinger <vapier@gentoo.org>
Thu, 26 Feb 2015 07:25:27 +0000 (02:25 -0500)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 26 Feb 2015 20:02:03 +0000 (20:02 +0000)
commit761e31a8b4124f4ef3d5ba662be3341c406fc72b
tree0d9d16c1c84f2f998a147b4ec5ac2583658e7ae1
parentcc07f669f305c37981b7de115c7236d13272bee4
ia64: fix decoding of getresuid/getresgid/setresgid

Looks like the similarity of these names caused confusion when generating
the syscall table.  getresgid was wired to the wrong output while the other
two were wired up to printargs instead of the real printer.

* linux/ia64/syscallent.h: Connect getresuid to sys_getresuid, getresgid to
sys_getresgid, and setresgid to sys_setresgid.
linux/ia64/syscallent.h