diff options
author | "Jan-Benedict Glaw" <jbglaw@lug-owl.de> | 2006-01-26 21:44:45 +0000 |
---|---|---|
committer | "Jan-Benedict Glaw" <jbglaw@lug-owl.de> | 2006-01-26 21:44:45 +0000 |
commit | 2fec342738cefe71910e8e8ab8636accfc5867bc (patch) | |
tree | 0b5e46b63a851f4a6602e0c473130e24298c8d81 /libc | |
parent | 33fb411a47d7f44841aefb13a538901bd3e41715 (diff) |
Really define, not undefine the crash statement...
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/vax/bits/uClibc_arch_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |