From 0095a3e8d6fe89ff2bcfc83bbe190c0106dd4111 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 2 Oct 2019 10:00:40 -0700 Subject: string/endian.h: Restore the __USE_MISC conditionals Commit 69fd157a3 "time: Add padding for the timespec if required" caused a breakage in the glibc tests as the endian.h include file was kept in the networking headers while the __USE_MISC #ifdefs had been removed. This resulted in namespace violations in the networking headers. This patche restores the __USE_MISC conditionals in endian.h to fix the test failures. * string/endian.h: Restore the __USE_MISC conditionals. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 893c07cd81..c0d97f5b4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-10-02 Alistair Francis + + * string/endian.h: Restore the __USE_MISC conditionals. + 2019-10-02 Joseph Myers * string/tester.c: Ignore -Warray-bounds and -- cgit v1.2.3