]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 04:56:45 +0000 (04:56 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 04:56:45 +0000 (04:56 +0000)
ChangeLog

index eb7df8154b2399cf671267ca098f6ea6b7c06d4d..7a13d2b31f21e043394f496393945ceb43c97da6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2008-05-19  Roland McGrath  <roland@redhat.com>
 
+       * linux/x86_64/syscallent.h: Update entries for timerfd_* and fallocate.
+
+       * 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>.
+
        * debian/rules (binary-arch): Fix chmod/chown typo.
        Fixes Debian#459255.