Fix flags of fallocate sysentries
* linux/*/syscallent.h: Fix sys_fallocate flags.
diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
index daf53e9..6aec02b 100644
--- a/linux/arm/syscallent.h
+++ b/linux/arm/syscallent.h
@@ -382,7 +382,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 349 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 350 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 351 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 352 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 352 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 353 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 354 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 355 */