From: Dmitry V. Levin Date: Thu, 16 Sep 2010 16:48:45 +0000 (+0000) Subject: Update linux/hppa/syscallent.h to match Linux kernel v2.6.35 X-Git-Tag: v4.6~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=336a35fd43807867e17ea5f5152a36ccb8f14675;p=strace Update linux/hppa/syscallent.h to match Linux kernel v2.6.35 * linux/hppa/syscallent.h: Add hooks for recvmmsg and accept4. --- diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 0d7d48cd..c2e750d0 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -324,3 +324,5 @@ { 5, TD, printargs, "pwritev" }, /* 316 */ { 4, TP|TS, printargs, "rt_tgsigqueueinfo" }, /* 317 */ { 5, TD, printargs, "perf_event_open" }, /* 318 */ + { 5, TN, sys_recvmmsg, "recvmmsg" }, /* 319 */ + { 4, TN, sys_accept4, "accept4" }, /* 320 */