Correct improper-inclusion check in bits/libio-ldbl.h.
commit4f820792a6217027744d38fc223257914847bbcc
authorZack Weinberg <zackw@panix.com>
Sun, 31 Dec 2017 16:50:34 +0000 (31 08:50 -0800)
committerZack Weinberg <zackw@panix.com>
Sun, 31 Dec 2017 16:57:32 +0000 (31 08:57 -0800)
tree9a5ceb2e592590ad1718e3db16f3c8445d3a1feb
parent3e3c904daef69b8bf7d5cc07f793c9f07c3553ef
Correct improper-inclusion check in bits/libio-ldbl.h.

The patch which moved libio.h proper into the bits directory also
changed the name of its guard macro, and I neglected to check whether
anything depended on that name.  It turns out that there is a
conditionally-used bits header that looks at it; this broke the libgcc
build on at least sparc64-*-* and sparcv9-*-*.

* libio/bits/libio-ldbl.h: Correct check for improper
inclusion.  Add own multiple include guard.
ChangeLog
libio/bits/libio-ldbl.h