]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 6 Oct 2004 22:23:55 +0000 (22:23 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 6 Oct 2004 22:23:55 +0000 (22:23 +0000)
ChangeLog

index 29432b59e6b90d51ade4bfa78ece5ece7ac1c168..e72e8d527e6aafc72b92e2c1f563e34a6b6023f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2004-10-06  Roland McGrath  <roland@redhat.com>
 
+       * desc.c [LINUX] (sys_epoll_create, sys_epoll_ctl, sys_epoll_wait):
+       New functions.
+       * linux/syscall.h: Declare them.
+       * linux/syscallent.h: Use those for epoll_* syscalls.
+       * linux/alpha/syscallent.h: Likewise.
+       * linux/hppa/syscallent.h: Likewise.
+       * linux/ia64/syscallent.h: Likewise.
+       * linux/powerpc/syscallent.h: Likewise.
+       * linux/s390/syscallent.h: Likewise.
+       * linux/s390x/syscallent.h: Likewise.
+       * linux/sparc/syscallent.h: Likewise.
+       * linux/sparc64/syscallent.h: Likewise.
+       * linux/sparc64/syscallent2.h: Likewise.
+       * linux/x86_64/syscallent.h: Likewise.
+       From Ulrich Drepper <drepper@redhat.com>.
+       Fixes RH#134463.
+
        * resource.c (resources): Add RLIMIT_LOCKS, RLIMIT_SIGPENDING,
        and RLIMIT_MSGQUEUE, if defined.
        From Ulrich Drepper <drepper@redhat.com>.