diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 03:31:20 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 03:31:20 +0000 |
commit | 0efd0dcdbecbb89197ce99c7077cd6b2dfe6398f (patch) | |
tree | 84eab3f6e957e10649130cbfad2e775e1594fb44 /libc | |
parent | 03d203cada092d9500495893aea430b1ad246de4 (diff) | |
download | uClibc-alpine-0efd0dcdbecbb89197ce99c7077cd6b2dfe6398f.tar.bz2 uClibc-alpine-0efd0dcdbecbb89197ce99c7077cd6b2dfe6398f.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/string/wstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/wstring.c b/libc/string/wstring.c index 826c4b8ce..70e0be854 100644 --- a/libc/string/wstring.c +++ b/libc/string/wstring.c @@ -2003,7 +2003,7 @@ void attribute_hidden __bcopy(const void *s2, void *s1, size_t n) #endif } -//strong_alias(__bcopy, bcopy) +strong_alias(__bcopy, bcopy) #endif /**********************************************************************/ |