summaryrefslogtreecommitdiff
path: root/linux/bfin
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-20 20:17:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-20 20:17:00 +0000
commit2bc744d7c737f025e970d3e708a81779c45a8b06 (patch)
tree80508d23e64a04532166f0ccba71fdf419c8ed8f /linux/bfin
parentb9839ef1295cd6d2ee56500226f8be080c63804f (diff)
downloadstrace-2bc744d7c737f025e970d3e708a81779c45a8b06.tar.gz
strace-2bc744d7c737f025e970d3e708a81779c45a8b06.tar.bz2
strace-2bc744d7c737f025e970d3e708a81779c45a8b06.tar.xz
Fix flags of fallocate sysentries
* linux/*/syscallent.h: Fix sys_fallocate flags.
Diffstat (limited to 'linux/bfin')
-rw-r--r--linux/bfin/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h
index 0550aa5..209e58f 100644
--- a/linux/bfin/syscallent.h
+++ b/linux/bfin/syscallent.h
@@ -384,7 +384,7 @@
{ 5, TD, sys_fadvise64, "fadvise64" }, /* 353 */
{ 2, 0, printargs, "set_robust_list" }, /* 354 */
{ 3, 0, printargs, "get_robust_list" }, /* 355 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 356 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 356 */
{ 5, TI, sys_semtimedop, "semtimedop" }, /* 357 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 358 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 359 */