[git commit future 1/1] memmove.c, strchrnul.c: use real name in libc_hidden_def
Khem Raj
raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011
commit: http://git.uclibc.org/uClibc/commit/?id=1a853d6ca171def176b77cda50665973b577107c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
libc/string/memmove.c | 2 +-
libc/string/strchrnul.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libc/string/memmove.c b/libc/string/memmove.c
index 9fb0efe..b768b6e 100644
--- a/libc/string/memmove.c
+++ b/libc/string/memmove.c
@@ -34,5 +34,5 @@ Wvoid *Wmemmove(Wvoid *s1, const Wvoid *s2, size_t n)
}
#ifndef WANT_WIDE
-libc_hidden_def(Wmemmove)
+libc_hidden_def(memmove)
#endif
diff --git a/libc/string/strchrnul.c b/libc/string/strchrnul.c
index 4751971..9c10e1f 100644
--- a/libc/string/strchrnul.c
+++ b/libc/string/strchrnul.c
@@ -22,6 +22,6 @@ Wchar *Wstrchrnul(register const Wchar *s, Wint c)
return (Wchar *) s;
}
# ifndef WANT_WIDE
-libc_hidden_def(Wstrchrnul)
+libc_hidden_def(strchrnul)
# endif
#endif
--
1.7.3.4
More information about the uClibc-cvs
mailing list