summaryrefslogtreecommitdiffstats
path: root/libc/string/wstring.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-18 23:43:52 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-18 23:43:52 +0000
commit1e4616de20f7ba07cf490499b4291d8e6c3cc054 (patch)
tree5b20affa5e3ddf8d81667e53395cf2a6aaf6316c /libc/string/wstring.c
parent1a8265e2cf9482397a03011318419c5c724cac6a (diff)
downloaduClibc-alpine-1e4616de20f7ba07cf490499b4291d8e6c3cc054.tar.bz2
uClibc-alpine-1e4616de20f7ba07cf490499b4291d8e6c3cc054.tar.xz
Sync with trunk.
Diffstat (limited to 'libc/string/wstring.c')
-rw-r--r--libc/string/wstring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/wstring.c b/libc/string/wstring.c
index acf1a2b0a..6f54ae615 100644
--- a/libc/string/wstring.c
+++ b/libc/string/wstring.c
@@ -1572,7 +1572,6 @@ int __xpg_strerror_r(int errnum, char *strerrbuf, size_t buflen)
#ifdef L___glibc_strerror_r
weak_alias(__glibc_strerror_r,__strerror_r);
-weak_alias(__glibc_strerror_r,_glibc_strerror_r); /* for 0.9.27 compat ... remove after 0.9.28 */
char *__glibc_strerror_r(int errnum, char *strerrbuf, size_t buflen)
{