aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/wcsnrtombs.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/wcsnrtombs.c')
-rw-r--r--newlib/libc/stdlib/wcsnrtombs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/wcsnrtombs.c b/newlib/libc/stdlib/wcsnrtombs.c
index dfd974f..abef7ac 100644
--- a/newlib/libc/stdlib/wcsnrtombs.c
+++ b/newlib/libc/stdlib/wcsnrtombs.c
@@ -72,6 +72,10 @@ PORTABILITY
#include "local.h"
#include "../locale/setlocale.h"
+#ifdef _REENT_THREAD_LOCAL
+_Thread_local _mbstate_t _tls_wcsrtombs_state;
+#endif
+
size_t
_wcsnrtombs_l (struct _reent *r, char *dst, const wchar_t **src, size_t nwc,
size_t len, mbstate_t *ps, struct __locale_t *loc)