From d68d28e6969145dccc3eff52cfc4d5604f618736 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 2 Dec 2005 03:30:48 +0000 Subject: Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*. --- 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