aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2011-04-08 15:16:38 -0700
committerEric W. Biederman <ebiederm@xmission.com>2011-04-09 18:27:06 -0700
commitd0ac4571342f0b2ae58ad23f72998f25221d6749 (patch)
treea8c8bc7ea59ea85df0302ec761eb9114838b0d4b
parentb6cfb0672af84a643351a0db46664f8ba68baf36 (diff)
downloadsyslinux-d0ac4571342f0b2ae58ad23f72998f25221d6749.tar.gz
syslinux-d0ac4571342f0b2ae58ad23f72998f25221d6749.tar.xz
syslinux-d0ac4571342f0b2ae58ad23f72998f25221d6749.zip
lwip: Use kaboom.h
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
-rw-r--r--core/lwip/src/include/arch/cc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/lwip/src/include/arch/cc.h b/core/lwip/src/include/arch/cc.h
index 0df87f7d..065afa84 100644
--- a/core/lwip/src/include/arch/cc.h
+++ b/core/lwip/src/include/arch/cc.h
@@ -5,6 +5,7 @@
#include <inttypes.h>
#include <errno.h>
#include <stdlib.h>
+#include <kaboom.h>
#define BYTE_ORDER LITTLE_ENDIAN
@@ -17,9 +18,6 @@ typedef int32_t s32_t;
typedef uintptr_t mem_ptr_t;
-extern __noreturn _kaboom(void);
-#define kaboom() _kaboom()
-
#define PACK_STRUCT_STRUCT __packed
#define LWIP_PLATFORM_DIAG(x) ((void)0) /* For now... */