History log of /netbsd-src/sys/arch/or1k/include/float.h (Results 1 – 2 of 2)
Revision Date Author Comments
# cddc78ea 30-Oct-2024 riastradh <riastradh@NetBSD.org>

Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.

Otherwise, the feature tests might come out wrong. For example,
header files that check for _NETBSD_SOURCE won't get the default w

Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.

Otherwise, the feature tests might come out wrong. For example,
header files that check for _NETBSD_SOURCE won't get the default when
no other _*_SOURCE macros are defined; header files that check for
_POSIX_C_SOURCE might miss _XOPEN_SOURCE, which is supposed to imply
a corresponding _POSIX_C_SOURCE.

PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h

show more ...


# 27620987 03-Sep-2014 matt <matt@NetBSD.org>

New files for OR1K support