From 336a35fd43807867e17ea5f5152a36ccb8f14675 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 16 Sep 2010 16:48:45 +0000 Subject: [PATCH] Update linux/hppa/syscallent.h to match Linux kernel v2.6.35 * linux/hppa/syscallent.h: Add hooks for recvmmsg and accept4. --- linux/hppa/syscallent.h | 2 ++ 1 file changed, 2 insertions(+) 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 */