From: Roland McGrath Date: Thu, 2 Aug 2007 01:37:07 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9fcf735aff718fffaff700a3c76b4c095c6f9d1;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 04a732bd..16d03a32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2007-08-01 Roland McGrath + * linux/arm/syscallent.h: Add entry for eventfd. + * linux/ia64/syscallent.h: Likewise. + * linux/mips/syscallent.h: Likewise. + * linux/powerpc/syscallent.h: Likewise. + * linux/s390/syscallent.h: Likewise. + * linux/s390x/syscallent.h: Likewise. + * linux/sh/syscallent.h: Likewise. + * linux/sh64/syscallent.h: Likewise. + * linux/sparc/syscallent.h: Likewise. + * linux/sparc64/syscallent.h: Likewise. + * linux/arm/syscallent.h: Add entry for timerfd. * linux/ia64/syscallent.h: Likewise. * linux/mips/syscallent.h: Likewise. @@ -33,7 +44,12 @@ * linux/sparc/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. -2007-02-23 Ulrich Drepper +2007-07-23 Ulrich Drepper + + * desc.c (sys_eventfd): New function. + * linux/syscall.h: Declare sys_eventfd. + * linux/syscallent.h: Add entry for eventfd. + * linux/x86_64/syscallent.h: Likewise. * time.c (printitv_bitness): Add missing braces to enclose conditional code.