summaryrefslogtreecommitdiff
path: root/linux/avr32
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-20 19:58:09 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-20 19:58:09 +0000
commitb9839ef1295cd6d2ee56500226f8be080c63804f (patch)
treed25521de8be76b7c312f0394169707876a4ea37c /linux/avr32
parent1e43961de5c9196aeef0d94cc3f291680879da88 (diff)
downloadstrace-b9839ef1295cd6d2ee56500226f8be080c63804f.tar.gz
strace-b9839ef1295cd6d2ee56500226f8be080c63804f.tar.bz2
strace-b9839ef1295cd6d2ee56500226f8be080c63804f.tar.xz
Add TRACE_DESC flag to epoll_create* sysentries
* linux/*/syscallent.h: Add TD flag to sys_epoll_create and sys_epoll_create1.
Diffstat (limited to 'linux/avr32')
-rw-r--r--linux/avr32/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h
index b4bda72..cae6162 100644
--- a/linux/avr32/syscallent.h
+++ b/linux/avr32/syscallent.h
@@ -232,7 +232,7 @@
{ 5, TD, sys_fadvise64, "fadvise64" }, /* 202 */
{ 1, TP, sys_exit, "exit_group" }, /* 203 */
{ 4, 0, printargs, "lookup_dcookie"}, /* 204 */
- { 1, 0, sys_epoll_create, "epoll_create" }, /* 205 */
+ { 1, TD, sys_epoll_create, "epoll_create" }, /* 205 */
{ 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 206 */
{ 4, TD, sys_epoll_wait, "epoll_wait" }, /* 207 */
{ 5, 0, sys_remap_file_pages, "remap_file_pages"}, /* 208 */