From 7a79b1da0c124fb642658c3698a38fdd9e77eb01 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 6 Dec 2005 14:46:53 +0000 Subject: Use correct syntax, correct weak/strong for [__]strxfrm --- libc/string/strlcpy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/string') diff --git a/libc/string/strlcpy.c b/libc/string/strlcpy.c index ebf135490..24786c31a 100644 --- a/libc/string/strlcpy.c +++ b/libc/string/strlcpy.c @@ -12,7 +12,8 @@ strong_alias(__strlcpy, strlcpy) #ifdef __LOCALE_C_ONLY -weak_alias(strlcpy, strxfrm) +weak_alias(__strlcpy, __strxfrm) +strong_alias(__strxfrm, strxfrm) #endif #undef L_strlcpy -- cgit v1.2.3