aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/generic-netbsd/machine
AgeCommit message (Collapse)Author
2025-08-14netbsd: add some missing system headersAlex Rønne Petersen
The Lua headers are needed because, yes, NetBSD has a kernel module for Lua support. soundcard.h is technically a system header but is installed by libossaudio and so was missed previously. This also removes some riscv headers that shouldn't have been added because NetBSD does not yet officially support the riscv32/riscv64 ports. Closes #24737.
2025-05-17libc: Add NetBSD system and libc headers from 10.1.Alex Rønne Petersen
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.