From 981569c74cbb6bafa2ddcefa6dd9dbdc938ff1c8 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 14 Mar 2016 19:04:53 +0000 Subject: Update glibc headers for Linux 4.5. This patch updates the glibc headers with the defines MADV_FREE, IPV6_HDRINCL and EPOLLEXCLUSIVE that are added in Linux 4.5. Tested for x86_64 and x86 (testsuite, and that installed stripped shared libraries are unchanged by the patch). * bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro. * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC] (MADV_FREE): Likewise. * sysdeps/unix/sysv/linux/bits/in.h (IPV6_HDRINCL): Likewise. * sysdeps/unix/sysv/linux/sys/epoll.h (enum EPOLL_EVENTS): Add EPOLLEXCLUSIVE. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 993e7f21bd..41335b99ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2016-03-14 Joseph Myers + + * bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro. + * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC] + (MADV_FREE): Likewise. + * sysdeps/unix/sysv/linux/bits/in.h (IPV6_HDRINCL): Likewise. + * sysdeps/unix/sysv/linux/sys/epoll.h (enum EPOLL_EVENTS): Add + EPOLLEXCLUSIVE. + 2016-03-14 Carlos O'Donell * timezone/README: Remove mention of checktab.awk. Mention wiki -- cgit v1.2.3