From ab30fe571dfea6db46fe89bd630d2f36f0d27cfc Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Fri, 26 Oct 2018 01:58:39 +0200 Subject: [PATCH] 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". --- linux/mips/syscallent-o32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.50.1