From: Dmitry V. Levin Date: Sat, 10 Jan 2015 04:49:42 +0000 (+0000) Subject: ia64: add fallocate syscall entry X-Git-Tag: v4.10~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbc98c23f282cf7e00681282af4cfc793fa2a1c6;p=strace ia64: add fallocate syscall entry * linux/ia64/syscallent.h (fallocate): Add syscall entry. --- diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 48422d99..4d30af9a 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -1094,7 +1094,7 @@ { 4, TD, sys_sync_file_range, "sync_file_range" }, /* 1300 */ { 4, TD, sys_tee, "tee" }, /* 1301 */ { 4, TD, sys_vmsplice, "vmsplice" }, /* 1302 */ - { MA, 0, NULL, NULL }, /* 1303 */ + { 4, TD, sys_fallocate, "fallocate" }, /* 1303 */ { 3, 0, sys_getcpu, "getcpu" }, /* 1304 */ { 6, TD, sys_epoll_pwait, "epoll_pwait" }, /* 1305 */ { MA, 0, NULL, NULL }, /* 1306 */