]> granicus.if.org Git - strace/commitdiff
2008-05-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 04:56:27 +0000 (04:56 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 04:56:27 +0000 (04:56 +0000)
* linux/x86_64/syscallent.h: Update entries for timerfd_* and fallocate.

linux/x86_64/syscallent.h

index 0b4189f08a1a1658773c2c23b64cee34e0d41806..c4bf76e48a10a1311779a0c70d2dfe6c7e96f294 100644 (file)
        { 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 */