summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/syslinux
diff options
context:
space:
mode:
authorMichael Brown2016-02-16 16:48:03 +0100
committerMichael Brown2016-02-16 17:06:25 +0100
commitb9c4c2676bf8e3851eebaf22930512bbae9d5612 (patch)
tree4f68ea17c7fef9e3a0022d7ecd5c7d4615611052 /src/arch/i386/interface/syslinux
parent[prefix] Pad .text16 and .data16 segment sizes at build time (diff)
downloadipxe-b9c4c2676bf8e3851eebaf22930512bbae9d5612.tar.gz
ipxe-b9c4c2676bf8e3851eebaf22930512bbae9d5612.tar.xz
ipxe-b9c4c2676bf8e3851eebaf22930512bbae9d5612.zip
[libc] Split rmsetjmp() and rmlongjmp() into a separate rmsetjmp.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386/interface/syslinux')
-rw-r--r--src/arch/i386/interface/syslinux/comboot_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/interface/syslinux/comboot_call.c b/src/arch/i386/interface/syslinux/comboot_call.c
index 69d94c407..d70340c65 100644
--- a/src/arch/i386/interface/syslinux/comboot_call.c
+++ b/src/arch/i386/interface/syslinux/comboot_call.c
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <comboot.h>
#include <bzimage.h>
#include <pxe_call.h>
-#include <setjmp.h>
+#include <rmsetjmp.h>
#include <string.h>
#include <ipxe/posix_io.h>
#include <ipxe/process.h>