summaryrefslogtreecommitdiffstats
path: root/libc/string/wstring.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-17 14:48:11 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-17 14:48:11 +0000
commit54a7d559374ef72fa59bbe3a56d27ff5ec34d3aa (patch)
tree1fe7209313f2728c550d3eb75929b4af051fb349 /libc/string/wstring.c
parentb46868ff8b3d2fb592e3fca4a516695533eae9e5 (diff)
downloaduClibc-alpine-54a7d559374ef72fa59bbe3a56d27ff5ec34d3aa.tar.bz2
uClibc-alpine-54a7d559374ef72fa59bbe3a56d27ff5ec34d3aa.tar.xz
Merge/sync with trunk.
Diffstat (limited to 'libc/string/wstring.c')
-rw-r--r--libc/string/wstring.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/wstring.c b/libc/string/wstring.c
index 6f54ae615..acf1a2b0a 100644
--- a/libc/string/wstring.c
+++ b/libc/string/wstring.c
@@ -1572,6 +1572,7 @@ 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)
{