diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-19 06:48:05 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-19 06:48:05 +0000 |
commit | 8b96f0d1ca80a4ba9f8b06313dac4e7a351d728d (patch) | |
tree | aba7c0f12efda51131ffb58eea03246f27f52b13 /libc/string/i386/strcmp.c | |
parent | ee82aebd10ba586d3380d6524eae98ee259b133c (diff) | |
download | uClibc-alpine-8b96f0d1ca80a4ba9f8b06313dac4e7a351d728d.tar.bz2 uClibc-alpine-8b96f0d1ca80a4ba9f8b06313dac4e7a351d728d.tar.xz |
Synch arch specific part of libc/string for frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin
Diffstat (limited to 'libc/string/i386/strcmp.c')
-rw-r--r-- | libc/string/i386/strcmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/i386/strcmp.c b/libc/string/i386/strcmp.c index 47635d817..eff230c5c 100644 --- a/libc/string/i386/strcmp.c +++ b/libc/string/i386/strcmp.c @@ -32,7 +32,7 @@ #include <string.h> -libc_hidden_proto(strcmp) +/* Experimentally off - libc_hidden_proto(strcmp) */ int strcmp(const char *cs, const char *ct) { int d0, d1; @@ -55,7 +55,7 @@ int strcmp(const char *cs, const char *ct) libc_hidden_def(strcmp) #ifndef __UCLIBC_HAS_LOCALE__ -libc_hidden_proto(strcoll) +/* Experimentally off - libc_hidden_proto(strcoll) */ strong_alias(strcmp,strcoll) libc_hidden_def(strcoll) #endif |