فهرست منبع

Really define, not undefine the crash statement...

"Jan-Benedict Glaw" 20 سال پیش
والد
کامیت
2fec342738
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      libc/sysdeps/linux/vax/bits/uClibc_arch_features.h

+ 1 - 1
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__