From: Eugene Syromyatnikov Date: Thu, 25 Oct 2018 23:59:26 +0000 (+0200) Subject: hppa: add a comment about old name of syscall number 102 X-Git-Tag: v4.26~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=384e286e5dcaf2b9be65ccb2e9e7068161d194ab;p=strace hppa: add a comment about old name of syscall number 102 Also, remove empty definition. * linux/hppa/syscallent.h ([102]): Remove empty definition, add a comment that it was socketcall. --- diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 1d421345..acf34830 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -105,7 +105,7 @@ [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, [100] = { 2, TD|TFSF|TSFA, SEN(fstatfs), "fstatfs" }, [101] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" }, -[102] = { }, +/* [102] - was socketcall */ [103] = { 3, 0, SEN(syslog), "syslog" }, [104] = { 3, 0, SEN(setitimer), "setitimer" }, [105] = { 2, 0, SEN(getitimer), "getitimer" },