diff options
Diffstat (limited to 'libc/include/wchar.h')
-rw-r--r-- | libc/include/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/wchar.h b/libc/include/wchar.h index 2ee6c6918..d3e9f5c75 100644 --- a/libc/include/wchar.h +++ b/libc/include/wchar.h @@ -132,7 +132,7 @@ wchar_t *wmemset(wchar_t *, wchar_t, size_t); int wprintf(const wchar_t *, ...); int wscanf(const wchar_t *, ...); -#if __ANDROID_API__ >= 21 +#if __ANDROID_API__ >= __ANDROID_API_L__ long long wcstoll_l(const wchar_t*, wchar_t**, int, locale_t) __INTRODUCED_IN(21); unsigned long long wcstoull_l(const wchar_t*, wchar_t**, int, locale_t) __INTRODUCED_IN(21); long double wcstold_l(const wchar_t*, wchar_t**, locale_t) __INTRODUCED_IN(21); |