Fix flags of fallocate sysentries
* linux/*/syscallent.h: Fix sys_fallocate flags.
diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h
index 60eb5a6..61b54c0 100644
--- a/linux/sh/syscallent.h
+++ b/linux/sh/syscallent.h
@@ -356,7 +356,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 321 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 322 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 323 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 324 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 324 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 325 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 326 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 327 */