mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-23 15:01:03 +03:00
In ICO C++11 mode ensure that isinff, isinfl, isnanf, and isnanl
are defined. These functions were accidentally removed from the
header as part of commit d9b965fa56
,
but being GNU extensions, they should have been left in place.