From 0efd0dcdbecbb89197ce99c7077cd6b2dfe6398f Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 2 Dec 2005 03:31:20 +0000 Subject: Merge from trunk. --- libc/string/wstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string') 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 /**********************************************************************/ -- cgit v1.2.3