File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,9 @@ set(TARGET_LIBC_ENTRYPOINTS
218218 libc.src.time.clock
219219 libc.src.time.nanosleep
220220
221+ # wchar.h entrypoints
222+ libc.src.wchar.wctob
223+
221224 # gpu/rpc.h entrypoints
222225 libc.src.gpu.rpc_host_call
223226 libc.src.gpu.rpc_fprintf
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ set(TARGET_PUBLIC_HEADERS
1212 libc.include.errno
1313 libc.include.stdlib
1414 libc.include.stdio
15+ libc.include.wchar
16+ libc.include.uchar
1517
1618 # Header for RPC extensions
1719 libc.include.gpu_rpc
Original file line number Diff line number Diff line change 1010#define LLVM_LIBC_UCHAR_H
1111
1212#include "__llvm-libc-common.h"
13+ #include "llvm-libc-types/mbstate_t.h"
1314
1415%%public_api()
1516
Original file line number Diff line number Diff line change 1111
1212#include "__llvm-libc-common.h"
1313#include "llvm-libc-macros/wchar-macros.h"
14+ #include "llvm-libc-types/wint_t.h"
15+ #include "llvm-libc-types/mbstate_t.h"
1416
1517%%public_api()
1618
You can’t perform that action at this time.
0 commit comments