diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 01:07:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 01:07:58 +0000 |
commit | 88965dc531f12288e02e32771d49b736c2e2fb07 (patch) | |
tree | 30070eb18d6ee190b8b377fa9033f61b560d5370 /libc/string | |
parent | 7e67e3cc23291da12fb090e7f6b5c2f202acce66 (diff) |
remove 0.9.27 compat alias
Diffstat (limited to 'libc/string')
-rw-r--r-- | libc/string/wstring.c | 1 |
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) { |