summaryrefslogtreecommitdiff
path: root/linux/aarch64
diff options
context:
space:
mode:
Diffstat (limited to 'linux/aarch64')
-rw-r--r--linux/aarch64/syscallent1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/aarch64/syscallent1.h b/linux/aarch64/syscallent1.h
index a8d3a43..461609c 100644
--- a/linux/aarch64/syscallent1.h
+++ b/linux/aarch64/syscallent1.h
@@ -45,7 +45,7 @@
{ 2, TD, sys_fstatfs, "fstatfs64" }, /* 44 */
{ 2, TF, sys_truncate, "truncate64" }, /* 45 */
{ 2, TD, sys_ftruncate, "ftruncate64" }, /* 46 */
- { 6, TD, sys_fallocate, "fallocate" }, /* 47 */
+ { 4, TD, sys_fallocate, "fallocate" }, /* 47 */
{ 3, TD|TF, sys_faccessat, "faccessat" }, /* 48 */
{ 1, TF, sys_chdir, "chdir" }, /* 49 */
{ 1, TD, sys_fchdir, "fchdir" }, /* 50 */