diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-08 04:31:05 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-08 04:31:05 +0000 |
commit | c5ad60615407d6f54807ed52656d962d1dcbbe3e (patch) | |
tree | 5ef0a9f39d02d46f8b8f4895e2deada7a1b72340 /libc/string/strlcpy.c | |
parent | dc92cc5ad2d89036502585cf05426012b1f8647e (diff) | |
download | uClibc-alpine-c5ad60615407d6f54807ed52656d962d1dcbbe3e.tar.bz2 uClibc-alpine-c5ad60615407d6f54807ed52656d962d1dcbbe3e.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/string/strlcpy.c')
-rw-r--r-- | libc/string/strlcpy.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |