diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2007-11-26 03:29:17 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-11-26 03:29:17 +0000 |
| commit | 24c6945e37ed0ebdcb9ece3f5ab1ca97f5683cfe (patch) | |
| tree | 65cb89e29f3b438dee4498ec9fa5e5647afc8488 /lib/libc | |
| parent | 3e9e09e41dcce7b77efc028e117178058a1f0d11 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/none.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/locale/none.c b/lib/libc/locale/none.c index 06b55b9071d50..40c2aecacd104 100644 --- a/lib/libc/locale/none.c +++ b/lib/libc/locale/none.c @@ -181,6 +181,7 @@ _none_wcsnrtombs(char * __restrict dst, const wchar_t ** __restrict src, /* setup defaults */ int __mb_cur_max = 1; +int __mb_sb_limit = 256; size_t (*__mbrtowc)(wchar_t * __restrict, const char * __restrict, size_t, mbstate_t * __restrict) = _none_mbrtowc; int (*__mbsinit)(const mbstate_t *) = _none_mbsinit; |
