about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-11-24 17:55:59 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-11-24 17:55:59 +0100
commit7911dd47da73026acc930564c10a1ceeb68d8583 (patch)
tree7fe8f10770a8a70ba672694c2bd5ca6da62be785 /ChangeLog
parentc45d78aac47db08bc8ea7641c5330cccaecd3ddb (diff)
downloadglibc-7911dd47da73026acc930564c10a1ceeb68d8583.tar.gz
glibc-7911dd47da73026acc930564c10a1ceeb68d8583.tar.xz
glibc-7911dd47da73026acc930564c10a1ceeb68d8583.zip
Linux: Introduce <bits/mman-shared.h>
This header file enables sharing of portable declarations and
definitions across all Linux architectures, including hppa (which does
not use <bits/mman-linux.h>).

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6791c51308..9acf3ae58d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-11-24  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+	bits/mman-shared.h.
+	* sysdeps/unix/sysv/linux/bits/mman-linux.h: Include
+	<bits/mman-shared.h>.
+	(MFD_CLOEXEC, MFD_ALLOW_SEALING, MFD_HUGETLB, memfd_create): Move
+	to ...
+	* sysdeps/unix/sysv/linux/bits/mman-shared.h: ... this new file.
+	Add #ifndef guard for the MFD_* constants based on MFD_CLOEXEC.
+	* sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
+	<bits/mman-shared.h>.
+
 2017-11-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	[BZ #22457]