aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2012-02-28 22:17:52 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2012-02-28 22:17:52 +0000
commitf85ac30a3d84ed61a81f0de4216084a0b6834beb (patch)
tree3512512463046d63ca271a4d78e5d4b6ebc9a265 /sys/pc98
parent800f97228a454d5600b27f716563396cb7e5ffb3 (diff)
downloadsrc-f85ac30a3d84ed61a81f0de4216084a0b6834beb.tar.gz
src-f85ac30a3d84ed61a81f0de4216084a0b6834beb.zip
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
Notes
Notes: svn path=/head/; revision=232275
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/setjmp.h b/sys/pc98/include/setjmp.h
index 9d8a3a99dd18..c4101a77fd64 100644
--- a/sys/pc98/include/setjmp.h
+++ b/sys/pc98/include/setjmp.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/setjmp.h>
+#include <x86/setjmp.h>