소스 검색

make sure we declare underscore usage as pointed out by psm

Mike Frysinger 18 년 전
부모
커밋
7485d23d31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h

+ 1 - 1
libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h

@@ -19,7 +19,7 @@
 #undef __UCLIBC_BROKEN_CREATE_MODULE__
 
 /* does your target prefix all symbols with an _ ? */
-#define __UCLIBC_NO_UNDERSCORES__
+#undef __UCLIBC_NO_UNDERSCORES__
 
 /* does your target have an asm .set ? */
 #define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__