zig/lib/libc/include/generic-netbsd/mips/setjmp.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

13 lines
No EOL
366 B
C
Vendored

/* $NetBSD: setjmp.h,v 1.10 2020/07/26 08:08:41 simonb Exp $ */
/*
* mips/setjmp.h: machine dependent setjmp-related information.
*
* For the size of this, refer to <machine/signal.h> as this uses the
* struct sigcontext to restore it.
*/
#define _JBLEN 87 /* XXX Naively 84; 87 for compatibility */
#ifdef __mips_n32
#define _BSD_JBSLOT_T_ long long
#endif