From: Roland McGrath Date: Tue, 20 May 2008 04:56:27 +0000 (+0000) Subject: 2008-05-19 Roland McGrath X-Git-Tag: v4.5.18~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=366c57eae37dc792ac8bf90a33439d07d7b4374b;p=strace 2008-05-19 Roland McGrath * linux/x86_64/syscallent.h: Update entries for timerfd_* and fallocate. --- diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index 0b4189f0..c4bf76e4 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -281,5 +281,10 @@ { 4, TD|TF, sys_utimensat, "utimensat" }, /* 280 */ { 5, TD, sys_epoll_pwait, "epoll_pwait" }, /* 281 */ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 282 */ - { 4, TD, sys_timerfd, "timerfd" }, /* 283 */ + { 4, TD, sys_timerfd_create, "timerfd_create"}, /* 283 */ { 1, TD, sys_eventfd, "eventfd" }, /* 284 */ + { 2, TD, sys_timerfd_create, "timerfd_create"}, /* 283 */ + { 1, TD, sys_eventfd, "eventfd" }, /* 284 */ + { 6, TF, sys_fallocate, "fallocate" }, /* 285 */ + { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 286 */ + { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 287 */