History log of /netbsd-src/lib/libc/arch/aarch64/gen/fpgetround.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 76590cdf 07-Jun-2024 riastradh <riastradh@NetBSD.org>

libc: Pacify lint on aarch64.


# 177f6a3a 24-Dec-2016 maya <maya@NetBSD.org>

don't use systm.h header, it's not available to userland.

as a side effect, this fixes the evbarm64 build, which was failing due
to a declaration of psize_t physmem in systm.h, while psize_t is
kern

don't use systm.h header, it's not available to userland.

as a side effect, this fixes the evbarm64 build, which was failing due
to a declaration of psize_t physmem in systm.h, while psize_t is
kernel-only.

ok riastradh

show more ...


# 45908a5f 05-Jul-2015 matt <matt@NetBSD.org>

Some test programs require these.