From: Dmitry V. Levin Date: Tue, 8 Dec 2015 02:49:39 +0000 (+0000) Subject: bfin, i386: remove sysentry for nonexistent security syscall X-Git-Tag: v4.11~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59281fc8a1f8c996be862f98d6c3812012f2c3db;p=strace bfin, i386: remove sysentry for nonexistent security syscall * linux/bfin/syscallent.h (223): Remove. * linux/i386/syscallent.h: Likewise. --- diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index 071626e7..51a57142 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -248,8 +248,7 @@ [219] = { 3, TM, SEN(madvise), "madvise" }, [220] = { 3, TD, SEN(getdents64), "getdents64" }, [221] = { 3, TD, SEN(fcntl64), "fcntl64" }, -[222] = { }, -[223] = { 5, 0, SEN(security), "security" }, +[222 ... 223] = { }, [224] = { 0, 0, SEN(gettid), "gettid" }, [225] = { 4, TD, SEN(readahead), "readahead" }, [226] = { 5, TF, SEN(setxattr), "setxattr" }, diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h index 044ca324..3f2588e4 100644 --- a/linux/i386/syscallent.h +++ b/linux/i386/syscallent.h @@ -248,8 +248,7 @@ [219] = { 3, TM, SEN(madvise), "madvise" }, [220] = { 3, TD, SEN(getdents64), "getdents64" }, [221] = { 3, TD, SEN(fcntl64), "fcntl64" }, -[222] = { }, -[223] = { 5, 0, SEN(security), "security" }, +[222 ... 223] = { }, [224] = { 0, 0, SEN(gettid), "gettid" }, [225] = { 4, TD, SEN(readahead), "readahead" }, [226] = { 5, TF, SEN(setxattr), "setxattr" },