mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
0779690c2e
libc.a and libc_p.a. In addition, define isnan in libm.a and libm_p.a, but not in libm.so. This makes it possible to statically link executables using both isnan and isnanf with libc and libm. Tested by: kargl MFC after: 1 week