summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/string/wstring.c2
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
/**********************************************************************/