This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-15 14:29:58 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12e46bad2c
opnsense-src
/
sys
/
amd64
/
include
/
setjmp.h
7 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
style(9) <machine/setjmp.h> headers so they look mostly the same.
2002-10-04 18:10:06 -04:00
/*-
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
2012-02-28 17:17:52 -05:00
*
This
file
is
in
the
public
domain
.
Add a machine dependent header for the i386 jmp_buf size instead of piling machine dependent definitions into src/include/setjmp.h.
1998-01-10 18:04:51 -05:00
*/
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
2012-02-28 17:17:52 -05:00
/* $FreeBSD$ */
Add a machine dependent header for the i386 jmp_buf size instead of piling machine dependent definitions into src/include/setjmp.h.
1998-01-10 18:04:51 -05:00
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
2012-02-28 17:17:52 -05:00
#
include
<x86/setjmp.h>
Reference in a new issue
Copy permalink