zig/lib/libc/include/sparc64-netbsd-none/machine/sljit_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

6 lines
No EOL
168 B
C
Vendored

/* $NetBSD: sljit_machdep.h,v 1.1 2014/07/23 18:19:45 alnsn Exp $ */
/* Only 32-bit SPARCs are supported. */
#ifndef __arch64__
#include <sparc/sljit_machdep.h>
#endif