diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-19 11:46:41 +0200 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-19 11:47:49 +0200 |
| commit | 700df0c7e4f30dfeff07acd57a545564988f361f (patch) | |
| tree | 07069e91c9a9fec3b6c992e06cb0823888ad947b /libc/string | |
| parent | 436b17852422faf65fd170d3bdfdb2a5fac44e42 (diff) | |
| download | uClibc-alpine-700df0c7e4f30dfeff07acd57a545564988f361f.tar.bz2 uClibc-alpine-700df0c7e4f30dfeff07acd57a545564988f361f.tar.xz | |
Revert "Make wcsxfrm visible also when LOCALE support is disabled."
This reverts commit d75809641fbe777fb073874072edfd83f5fb47b4.
For WCHAR && !LOCALE the visible __wcslcpy is aliased to wcsxfrm
(which is consequently also visible).
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/string')
| -rw-r--r-- | libc/string/strlcpy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/strlcpy.c b/libc/string/strlcpy.c index 4bdf0daa6..cdad4dc5d 100644 --- a/libc/string/strlcpy.c +++ b/libc/string/strlcpy.c @@ -59,6 +59,5 @@ libc_hidden_def(strxfrm) #else #ifndef __UCLIBC_HAS_LOCALE__ strong_alias(__wcslcpy,wcsxfrm) -libc_hidden_def(wcsxfrm) #endif #endif |
