summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/bits
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-22 00:24:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-22 00:24:29 +0000
commit7485d23d317026d13fd53b2ab2354796d0a87629 (patch)
treef9a2f0dcb72a6f060542ff42a00ced437be6a8f2 /libc/sysdeps/linux/bfin/bits
parente9da7cba6e6977ba2a93773608b300ac753e7704 (diff)
make sure we declare underscore usage as pointed out by psm
Diffstat (limited to 'libc/sysdeps/linux/bfin/bits')
-rw-r--r--libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h b/libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h
index ff0e20fad..1b40e32a2 100644
--- a/libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h
+++ b/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__