From: Eugene Syromyatnikov Date: Thu, 25 Oct 2018 23:58:39 +0000 (+0200) Subject: mips: update syscall entry for reserved221 syscall X-Git-Tag: v4.26~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab30fe571dfea6db46fe89bd630d2f36f0d27cfc;p=strace mips: update syscall entry for reserved221 syscall The syscall number 4221 is actually called "reserved221" on mips. * linux/mips/syscallent-o32.h ([4221]): Set to "reserved221". --- diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h index 491c0ba6..64e157a8 100644 --- a/linux/mips/syscallent-o32.h +++ b/linux/mips/syscallent-o32.h @@ -222,7 +222,7 @@ [4218] = { 3, TM, SEN(madvise), "madvise" }, [4219] = { 3, TD, SEN(getdents64), "getdents64" }, [4220] = { 3, TD, SEN(fcntl64), "fcntl64" }, -[4221] = { }, +[4221] = { 0, 0, SEN(printargs), "reserved221" }, [4222] = { 0, PU|NF, SEN(gettid), "gettid" }, [4223] = { 5, TD, SEN(readahead), "readahead" }, [4224] = { 5, TF, SEN(setxattr), "setxattr" },