]> git.ipfire.org Git - thirdparty/glibc.git/commit
string/endian.h: Restore the __USE_MISC conditionals
authorAlistair Francis <alistair.francis@wdc.com>
Wed, 2 Oct 2019 17:00:40 +0000 (10:00 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Wed, 2 Oct 2019 19:26:06 +0000 (12:26 -0700)
commit0095a3e8d6fe89ff2bcfc83bbe190c0106dd4111
tree1edf7ada4c73f16b2a4dd63c3831a85d4ef9c651
parenteed005270a472fe97e0a93540387bb8c81a8e36b
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
string/endian.h