ia64: add fallocate syscall entry

* linux/ia64/syscallent.h (fallocate): Add syscall entry.
This commit is contained in:
Дмитрий Левин 2015-01-10 04:49:42 +00:00
parent 5b05361dcd
commit fbc98c23f2

View File

@ -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 */