From: Roland McGrath Date: Thu, 2 Aug 2007 01:13:36 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e36e4cae7bba2020edbc8688290c53188970ca83;p=strace . --- diff --git a/ChangeLog b/ChangeLog index be08e4a3..3ae1674b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2007-08-01 Roland McGrath + + * linux/hppa/syscallent.h: Add entry for epoll_pwait. + * 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. + +2007-07-23 Ulrich Drepper + + * desc.c (sys_epoll_wait): Move body of function to ... + (epoll_wait_common): ...here. New function. + (sys_epoll_pwait): New function. + * linux/syscall.h: Declare sys_epoll_pwait. + * linux/syscallent.h: Add entry for epoll_pwait. + * linux/x86_64/syscallent.h: Likewise. + 2007-07-23 Roland McGrath * time.c (printtv_bitness): SPECIAL only counts when tv_sec == 0.