From: Roland McGrath Date: Tue, 20 May 2008 04:56:45 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=257ef50c7354b2135f886082429a9a1bd171164e;p=strace . --- diff --git a/ChangeLog b/ChangeLog index eb7df815..7a13d2b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2008-05-19 Roland McGrath + * 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 . + + * 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 . + * debian/rules (binary-arch): Fix chmod/chown typo. Fixes Debian#459255.