]> granicus.if.org Git - strace/commitdiff
sh: fix typo introduced by commit v4.9-121-gd535b8b
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Jan 2015 00:40:10 +0000 (00:40 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 14:24:44 +0000 (14:24 +0000)
* linux/sh/syscallent.h (getresgid32): Fix typo in sys_func and sys_name.

linux/sh/syscallent.h

index 8aa386ed9ecd1ffa8d01f8ccce7d34c163f538b0..f99ddcbbdfe7cfda4edb443c4ee3298abaf260e9 100644 (file)
        { 3,    0,      sys_setresuid,          "setresuid32"   }, /* 208 */
        { 3,    0,      sys_getresuid,          "getresuid32"   }, /* 209 */
        { 3,    0,      sys_setresgid,          "setresgid32"   }, /* 210 */
-       { 3,    0,      sys_getsetgid,          "getsetgid32"   }, /* 211 */
+       { 3,    0,      sys_getresgid,          "getresgid32"   }, /* 211 */
        { 3,    TF,     sys_chown,              "chown32"       }, /* 212 */
        { 1,    0,      sys_setuid,             "setuid32"      }, /* 213 */
        { 1,    0,      sys_setgid,             "setgid32"      }, /* 214 */