From d2553bbb8728f83bce358eaba0396255279da62c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Oct 2004 22:23:55 +0000 Subject: [PATCH] . --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 29432b59..e72e8d52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2004-10-06 Roland McGrath + * 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 . + Fixes RH#134463. + * resource.c (resources): Add RLIMIT_LOCKS, RLIMIT_SIGPENDING, and RLIMIT_MSGQUEUE, if defined. From Ulrich Drepper . -- 2.50.1