From cbf130892ff3524ffb702c1777adb289eaa10a39 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Oct 2004 22:02:41 +0000 Subject: [PATCH] 2004-09-15 Roland McGrath * linux/x86_64/syscallent.h: Use sys_waitid. --- linux/x86_64/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index 0c0e4e64..9c1deec9 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -265,4 +265,4 @@ { 5, 0, printargs, "SYS_250" }, /* 250 */ { 5, 0, printargs, "SYS_251" }, /* 251 */ { 5, 0, printargs, "SYS_252" }, /* 252 */ - { 5, 0, printargs, "waitid" }, /* 253 */ + { 5, TP, sys_waitid, "waitid" }, /* 253 */ -- 2.50.1