Remove some unnecessary inclusions of <sys/cdefs.h> across the tree.
[dragonfly.git] / lib / libc / x86_64 / gen / nanf.c
... / ...
CommitLineData
1#include <math.h>
2#include <machine/endian.h>
3
4/* bytes for quiet NaN (IEEE single precision) */
5const union __float_u __nanf =
6 { { 0, 0, 0xc0, 0x7f } };