summaryrefslogtreecommitdiff
path: root/linux/bfin
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-20 15:23:22 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-20 15:23:22 +0000
commitfdbe3c513a521a075a5688df85056200c846776d (patch)
treea6f0bc13bedc2e12756bb7ab2e7b1fcb09aab77b /linux/bfin
parentbde8033605d0d7c83b4d7c4d4c2461775edcd0cc (diff)
downloadstrace-fdbe3c513a521a075a5688df85056200c846776d.tar.gz
strace-fdbe3c513a521a075a5688df85056200c846776d.tar.bz2
strace-fdbe3c513a521a075a5688df85056200c846776d.tar.xz
Add TRACE_DESC flag to fadvise64* sysentries
* linux/*/syscallent.h: Add TD flag to sys_fadvise64 and sys_fadvise64_64.
Diffstat (limited to 'linux/bfin')
-rw-r--r--linux/bfin/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h
index 718ea93..19eb134 100644
--- a/linux/bfin/syscallent.h
+++ b/linux/bfin/syscallent.h
@@ -301,7 +301,7 @@
{ 3, TD, sys_fstatfs64, "fstatfs64" }, /* 270 */
{ 3, TS, sys_tgkill, "tgkill" }, /* 271 */
{ 2, TF, sys_utimes, "utimes" }, /* 272 */
- { 6, 0, sys_fadvise64_64, "fadvise64_64" }, /* 273 */
+ { 6, TD, sys_fadvise64_64, "fadvise64_64" }, /* 273 */
{ 5, 0, printargs, "vserver" }, /* 274 */
{ 6, 0, sys_mbind, "mbind" }, /* 275 */
{ 5, 0, sys_get_mempolicy, "get_mempolicy" }, /* 276 */
@@ -381,7 +381,7 @@
{ 1, TD, sys_eventfd, "eventfd" }, /* 350 */
{ 5, 0, sys_pread, "pread64" }, /* 351 */
{ 5, 0, sys_pwrite, "pwrite64" }, /* 352 */
- { 5, 0, sys_fadvise64, "fadvise64" }, /* 353 */
+ { 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 */