]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Thu, 2 Aug 2007 01:37:07 +0000 (01:37 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 2 Aug 2007 01:37:07 +0000 (01:37 +0000)
ChangeLog

index 04a732bd2c4611951102c5f9e31000d734e38d62..16d03a32697850c121417f979787ebbda5a2c70d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2007-08-01  Roland McGrath  <roland@redhat.com>
 
+       * 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.
        * linux/sparc/syscallent.h: Likewise.
        * linux/sparc64/syscallent.h: Likewise.
 
-2007-02-23  Ulrich Drepper  <drepper@redhat.com>
+2007-07-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * 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.