From: Roland McGrath Date: Thu, 2 Aug 2007 01:23:52 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=488a1408284ac5e3cec64e3ad1df8d41fdf00121;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 3ae1674b..538bd0f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2007-08-01 Roland McGrath + * linux/sparc/syscallent.h: Add entry for signalfd. + * linux/sparc64/syscallent.h: Likewise. + * linux/sh64/syscallent.h: Likewise. + * linux/sh/syscallent.h: Likewise. + * linux/s390x/syscallent.h: Likewise. + * linux/s390/syscallent.h: Likewise. + * linux/powerpc/syscallent.h: Likewise. + * linux/mips/syscallent.h: Likewise. + * linux/ia64/syscallent.h: Likewise. + * linux/arm/syscallent.h: Likewise. + * linux/hppa/syscallent.h: Add entry for epoll_pwait. * linux/ia64/syscallent.h: Likewise. * linux/mips/syscallent.h: Likewise. @@ -13,6 +24,11 @@ 2007-07-23 Ulrich Drepper + * linux/syscall.h: Declare sys_signalfd. + * linux/syscallent.h: Add entry for signalfd. + * linux/x86_64/syscallent.h: Likewise. + * signal.c (sys_signalfd): New function. + * desc.c (sys_epoll_wait): Move body of function to ... (epoll_wait_common): ...here. New function. (sys_epoll_pwait): New function.