mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 05:03:09 -04:00
Move sigjmp_buf and jmp_buf structure definitions to machine/setjmp.h so that i386 can continue to use int as the basic register type and alpha can use long. Bruce was concerned about possible differing alignment. I've left the definition of _JBLEN in machine/setjmp.h even though Bruce's example used the number directly. I don't know if any other code relies on _JBLEN, so I left it to avoid potential breakage. |
||
|---|---|---|
| .. | ||
| pc | ||
| _limits.h | ||
| alpha_cpu.h | ||
| ansi.h | ||
| asm.h | ||
| console.h | ||
| cpu.h | ||
| endian.h | ||
| float.h | ||
| floatingpoint.h | ||
| frame.h | ||
| intr.h | ||
| limits.h | ||
| mouse.h | ||
| pal.h | ||
| param.h | ||
| setjmp.h | ||
| signal.h | ||
| stdarg.h | ||
| types.h | ||
| varargs.h | ||