summaryrefslogtreecommitdiff
path: root/linux/ia64/syscallent.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-20 19:14:10 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-20 19:14:10 +0000
commit612e0920c5feece7859860a3c8271b82b631788f (patch)
tree0bf67d53bab3f190ff528a272612e8379b9e6dd8 /linux/ia64/syscallent.h
parentfdbe3c513a521a075a5688df85056200c846776d (diff)
downloadstrace-612e0920c5feece7859860a3c8271b82b631788f.tar.gz
strace-612e0920c5feece7859860a3c8271b82b631788f.tar.bz2
strace-612e0920c5feece7859860a3c8271b82b631788f.tar.xz
Add TRACE_FILE flag to swapoff sysentries
* linux/*/syscallent.h: Add TF flag to sys_swapoff.
Diffstat (limited to 'linux/ia64/syscallent.h')
-rw-r--r--linux/ia64/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h
index 81a71ea..092d6d7 100644
--- a/linux/ia64/syscallent.h
+++ b/linux/ia64/syscallent.h
@@ -899,7 +899,7 @@
{ 3, TF, sys_readlink, "readlink" }, /* 1092 */
{ 1, 0, sys_uselib, "uselib" }, /* 1093 */
{ 1, 0, sys_swapon, "swapon" }, /* 1094 */
- { 1, 0, sys_swapoff, "swapoff" }, /* 1095 */
+ { 1, TF, sys_swapoff, "swapoff" }, /* 1095 */
{ 3, 0, sys_reboot, "reboot" }, /* 1096 */
{ 2, TF, sys_truncate, "truncate" }, /* 1097 */
{ 2, TD, sys_ftruncate, "ftruncate" }, /* 1098 */