diff options
Diffstat (limited to 'libc/sysdeps')
4 files changed, 4 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/h8300/bits/uClibc_arch_features.h b/libc/sysdeps/linux/h8300/bits/uClibc_arch_features.h index 26c0b7412..5b15bd326 100644 --- a/libc/sysdeps/linux/h8300/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/h8300/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__ diff --git a/libc/sysdeps/linux/i960/bits/uClibc_arch_features.h b/libc/sysdeps/linux/i960/bits/uClibc_arch_features.h index b349e6eaa..06e2e014c 100644 --- a/libc/sysdeps/linux/i960/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/i960/bits/uClibc_arch_features.h @@ -19,7 +19,7 @@ #define __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__ diff --git a/libc/sysdeps/linux/microblaze/bits/uClibc_arch_features.h b/libc/sysdeps/linux/microblaze/bits/uClibc_arch_features.h index 107acb63b..50be765d8 100644 --- a/libc/sysdeps/linux/microblaze/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/microblaze/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__ diff --git a/libc/sysdeps/linux/v850/bits/uClibc_arch_features.h b/libc/sysdeps/linux/v850/bits/uClibc_arch_features.h index 107acb63b..50be765d8 100644 --- a/libc/sysdeps/linux/v850/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/v850/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__ |