From 2fec342738cefe71910e8e8ab8636accfc5867bc Mon Sep 17 00:00:00 2001 From: "\"Jan-Benedict Glaw\"" Date: Thu, 26 Jan 2006 21:44:45 +0000 Subject: Really define, not undefine the crash statement... --- libc/sysdeps/linux/vax/bits/uClibc_arch_features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/vax') diff --git a/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h b/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h index 2caf624d3..754979e8e 100644 --- a/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h @@ -9,7 +9,7 @@ /* instruction used when calling abort() to kill yourself */ -#undef __UCLIBC_ABORT_INSTRUCTION__ "halt" +#define __UCLIBC_ABORT_INSTRUCTION__ "halt" /* can your target use syscall6() for mmap ? */ #define __UCLIBC_MMAP_HAS_6_ARGS__ -- cgit v1.2.3