Mercurial > hg > CbC > CbC_llvm
diff libcxx/include/wchar.h @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/libcxx/include/wchar.h Tue Jun 15 19:13:43 2021 +0900 +++ b/libcxx/include/wchar.h Tue Jun 15 19:15:29 2021 +0900 @@ -106,6 +106,7 @@ */ #include <__config> +#include <stddef.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header @@ -176,6 +177,6 @@ size_t wcsnrtombs(char *__restrict dst, const wchar_t **__restrict src, size_t nwc, size_t len, mbstate_t *__restrict ps); } // extern "C++" -#endif // __cplusplus && _LIBCPP_MSVCRT +#endif // __cplusplus && _LIBCPP_MSVCRT -#endif // _LIBCPP_WCHAR_H +#endif // _LIBCPP_WCHAR_H