From a7da52929ca834446b04a3869066c6223d74b0c9 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 11 Jan 2015 03:13:23 +0300 Subject: [PATCH] alpha: fix fadvise64 syscall entry * linux/alpha/syscallent.h (fadvise64): Change sys_name to fadvise64. --- linux/alpha/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index d055803f..781271ac 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -439,7 +439,7 @@ { 5, TM|SI, sys_remap_file_pages, "remap_file_pages" }, /* 410 */ { 1, 0, sys_set_tid_address, "set_tid_address" }, /* 411 */ { 0, 0, sys_restart_syscall, "restart_syscall" }, /* 412 */ - { 4, TD, sys_fadvise64, "fadvise" }, /* 413 */ + { 4, TD, sys_fadvise64, "fadvise64" }, /* 413 */ { 3, 0, sys_timer_create, "timer_create" }, /* 414 */ { 4, 0, sys_timer_settime, "timer_settime" }, /* 415 */ { 2, 0, sys_timer_gettime, "timer_gettime" }, /* 416 */ -- 2.40.0