From: Roland McGrath Date: Wed, 2 Feb 2005 20:32:37 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cad4a6f398cc75a69add363e9b1db6b3b2ae4b7;p=strace . --- diff --git a/ChangeLog b/ChangeLog index d26c337e..71130772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-02-02 Roland McGrath + * linux/sparc/syscall.h: Declare sys_epoll_create, sys_epoll_ctl, + sys_epoll_wait. + * linux/sparc64/syscall.h: Just #include "../sparc/syscall.h" here. + * ioctl.c (nioctlents2): Add const to type. + Fixes Debian bug #278449. + * sock.c (iffflags): New variable, table of IFF_* values. (print_addr): New function. (sock_ioctl): Handle SIOCGIFADDR, SIOCGIFDSTADDR, SIOCGIFBRDADDR,