]> 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:22 +0000 (04:56 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 04:56:22 +0000 (04:56 +0000)
* file.c (sys_fallocate): New function.
* linux/syscall.h: Declare it.
* linux/syscallent.h: Update entry.
From Kyle McMartin <kyle@mcmartin.ca>.
* time.c (sys_timerfd_create): New function.
(sys_timerfd_settime, sys_timerfd_gettime): New functions.
* linux/syscall.h: Declare them.
* linux/syscallent.h: Update entries for those syscalls.
From Kyle McMartin <kyle@mcmartin.ca>.

linux/syscall.h
linux/syscallent.h

index f078bf569b2b10f06f02949d807d8c6f0b93e310..32808712c88e215a67ff6beb6a16c4ab72c62af9 100644 (file)
@@ -104,6 +104,7 @@ int sys_arch_prctl();
 int sys_io_setup(), sys_io_submit(), sys_io_cancel(), sys_io_getevents(), sys_io_destroy();
 int sys_utimensat(), sys_epoll_pwait(), sys_signalfd(), sys_timerfd(), sys_eventfd();
 int sys_getcpu();
+int sys_fallocate(), sys_timerfd_create(), sys_timerfd_settime(), sys_timerfd_gettime();
 
 /* sys_socketcall subcalls */
 
index 016424394ba03004b898be99b8396de47a0c992d..a777c177268c012c858070300c09c0c3a8f2704e 100644 (file)
        { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 319 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 320 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 321 */
-       { 4,    TD,     sys_timerfd,            "timerfd"       }, /* 322 */
+       { 2,    TD,     sys_timerfd_create,     "timerfd_create"}, /* 322 */
        { 1,    TD,     sys_eventfd,            "eventfd"       }, /* 323 */
-       { 5,    0,      printargs,              "SYS_324"       }, /* 324 */
-       { 5,    0,      printargs,              "SYS_325"       }, /* 325 */
+       { 6,    TF,     sys_fallocate,          "fallocate"     }, /* 324 */
+       { 4,    TD,     sys_timerfd_settime,    "timerfd_settime"}, /* 325 */
+       { 2,    TD,     sys_timerfd_gettime,    "timerfd_gettime"}, /* 326 */
        { 5,    0,      printargs,              "SYS_326"       }, /* 326 */
        { 5,    0,      printargs,              "SYS_327"       }, /* 327 */
        { 5,    0,      printargs,              "SYS_328"       }, /* 328 */