From: Dmitry V. Levin Date: Sun, 29 Jun 2008 22:28:54 +0000 (+0000) Subject: 2008-06-29 Dmitry V. Levin X-Git-Tag: v4.5.18~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ffd406aefc41f3b4bfba46bb25a78009510bcbb;p=strace 2008-06-29 Dmitry V. Levin * linux/x86_64/syscallent.h: Remove duplicate syscall entries for #283 and #284. --- diff --git a/ChangeLog b/ChangeLog index 39a7587e..6cd00eca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-29 Dmitry V. Levin + + * linux/x86_64/syscallent.h: Remove duplicate syscall entries + for #283 and #284. + 2008-06-27 Jan Kratochvil * linux/syscallent.h: Remove a duplicite syscall stub #326. diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index c4bf76e4..e99da95a 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -281,8 +281,6 @@ { 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_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 */