From 529574fe140989e3a9b33de0e0716c5b41857bc3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 1 Nov 2007 21:57:04 +0000 Subject: [PATCH] 2007-11-01 Roland McGrath * linux/mips/syscallent.h: Fix argument count for fadvise64_64. From Paul Mundt . --- linux/mips/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h index 1b31d0dc..807445e8 100644 --- a/linux/mips/syscallent.h +++ b/linux/mips/syscallent.h @@ -4252,7 +4252,7 @@ { 5, 0, sys_remap_file_pages, "remap_file_pages"}, /* 4251 */ { 1, 0, printargs, "set_tid_address"}, /* 4252 */ { 0, 0, sys_restart_syscall, "restart_syscall"}, /* 4253 */ - { 7, 0, sys_fadvise64_64, "fadvise64_64" }, /* 4254 */ + { 6, 0, sys_fadvise64_64, "fadvise64_64" }, /* 4254 */ { 3, TF, sys_statfs64, "statfs64" }, /* 4255 */ { 2, TD, sys_fstatfs64, "fstatfs64" }, /* 4256 */ { 3, 0, sys_timer_create, "timer_create" }, /* 4257 */ -- 2.40.0