This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a2f93eb4e5
freebsd-skq
/
sys
/
i386
/
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 22:10:06 +00:00
/*-
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
2012-02-28 22:17:52 +00: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 23:04:51 +00:00
*/
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
2012-02-28 22:17:52 +00: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 23:04:51 +00:00
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
2012-02-28 22:17:52 +00:00
#
include
<x86/setjmp.h>
Reference in New Issue
Copy Permalink