From: Dmitry V. Levin Date: Thu, 9 Jun 2011 15:16:01 +0000 (+0000) Subject: Fix MIPS syscall entries X-Git-Tag: v4.7~379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e90b2992913db31bcc5b1b6f1b3fa8c28c5dc0c;p=strace Fix MIPS syscall entries * linux/mips/syscallent.h: Remove duplicate entries for 4336, 4337, and 4338 syscall numbers. Reported-by: Denys Vlasenko --- diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h index 3382ffdd..2306ab10 100644 --- a/linux/mips/syscallent.h +++ b/linux/mips/syscallent.h @@ -4682,9 +4682,6 @@ { 5, 0, printargs, "o32_fanotify_mark" }, /* 4337 */ { 4, 0, printargs, "o32_prlimit64" }, /* 4338 */ #endif - { 0, 0, printargs, "SYS_4336" }, /* 4336 */ - { 0, 0, printargs, "SYS_4337" }, /* 4337 */ - { 0, 0, printargs, "SYS_4338" }, /* 4338 */ { 0, 0, printargs, "SYS_4339" }, /* 4339 */ { 0, 0, printargs, "SYS_4340" }, /* 4340 */ { 0, 0, printargs, "SYS_4341" }, /* 4341 */