about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 02:49:44 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 02:53:09 +0100
commita726c87a149869b51f1c050014d320ff15df81bb (patch)
tree73c3817d99f5cb786cb9eb7e9d1e7c9208c4eebf /ChangeLog
parent95dfdbd28cb78f82817f6f965c303d03d1d420dd (diff)
downloadglibc-a726c87a149869b51f1c050014d320ff15df81bb.tar.gz
glibc-a726c87a149869b51f1c050014d320ff15df81bb.tar.xz
glibc-a726c87a149869b51f1c050014d320ff15df81bb.zip
hurd: Fix inclusion of mach headers in all standards
mig_support does not actually inline the stpncpy any more.

	* mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out.
	* scripts/check-installed-headers.sh: Do not ignore Hurd and Mach
	headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 819a8db2cd..33d3008a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
 	* mach/Machrules ($(patsubst %,$(objpfx)%.h,$(user-interfaces)):
 	Process mig output through $(migheadersed).
 	* hurd/Makefile (migheadersed): Define variable.
+	* mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out.
+	* scripts/check-installed-headers.sh: Do not ignore Hurd and Mach
+	headers.
 
 2018-03-03  Andreas Schwab  <schwab@linux-m68k.org>