소스 검색

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__