diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:59:49 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:59:49 +0000 |
commit | 74cd25c9581e7a09b6c8feab715581e31778b1f3 (patch) | |
tree | 9c9d949810af93579456bfab7c919f24bb1c006a /libc/misc/wchar/wstdio.c | |
parent | b35b4c45dd217eb811a66a4b2a34a436fc4813bc (diff) | |
download | uClibc-alpine-74cd25c9581e7a09b6c8feab715581e31778b1f3.tar.bz2 uClibc-alpine-74cd25c9581e7a09b6c8feab715581e31778b1f3.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/misc/wchar/wstdio.c')
-rw-r--r-- | libc/misc/wchar/wstdio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/misc/wchar/wstdio.c b/libc/misc/wchar/wstdio.c index b49494f35..6d4c2732f 100644 --- a/libc/misc/wchar/wstdio.c +++ b/libc/misc/wchar/wstdio.c @@ -49,6 +49,9 @@ * Should auto_wr_transition init the mbstate object? */ +#define wcslen __wcslen +#define wcsrtombs __wcsrtombs +#define mbrtowc __mbrtowc #define _GNU_SOURCE #include <stdio.h> |