History log of /netbsd/lib/libc/arch/aarch64/gen/fpgetsticky.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 81c8f70d 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 ...


# 9860825e 05-Jul-2015 matt <matt@NetBSD.org>

Some test programs require these.