zig/lib/libc/include/x86_64-netbsd-none/amd64/linux32_machdep.h
Alex Rønne Petersen 553cb3ed46
libc: Add NetBSD system and libc headers from 10.1.
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will
be defined by the compiler.
2025-05-17 04:41:27 +02:00

17 lines
No EOL
572 B
C
Vendored

/* $NetBSD: linux32_machdep.h,v 1.3 2013/11/18 01:32:52 chs Exp $ */
#ifndef _MACHINE_LINUX32_H_
#define _MACHINE_LINUX32_H_
#include <compat/netbsd32/netbsd32.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux32/common/linux32_types.h>
#include <compat/linux32/arch/amd64/linux32_siginfo.h>
#include <compat/linux32/arch/amd64/linux32_signal.h>
#include <compat/linux32/arch/amd64/linux32_syscallargs.h>
#include <compat/linux32/arch/amd64/linux32_syscall.h>
#include <compat/linux32/arch/amd64/linux32_machdep.h>
#endif /* _MACHINE_LINUX32_H_ */