diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 16:36:21 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 16:36:21 +0000 |
commit | 010e71eb372b624317dfa2b6d7f353d38f172621 (patch) | |
tree | 0dc766c4932bc4c95855df32f6c05f4524f7ec3c /libc/sysdeps/linux/v850/bits | |
parent | 2bf2430dcd86c69739166845953c58f2608609df (diff) |
Get rid of *_SYMBOL_PREFIX
Diffstat (limited to 'libc/sysdeps/linux/v850/bits')
-rw-r--r-- | libc/sysdeps/linux/v850/bits/uClibc_arch_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |