File tree 4 files changed +8
-0
lines changed
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
218
218
libc.src.time.clock
219
219
libc.src.time.nanosleep
220
220
221
+ # wchar.h entrypoints
222
+ libc.src.wchar.wctob
223
+
221
224
# gpu/rpc.h entrypoints
222
225
libc.src.gpu.rpc_host_call
223
226
libc.src.gpu.rpc_fprintf
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ set(TARGET_PUBLIC_HEADERS
12
12
libc.include.errno
13
13
libc.include.stdlib
14
14
libc.include.stdio
15
+ libc.include.wchar
16
+ libc.include.uchar
15
17
16
18
# Header for RPC extensions
17
19
libc.include.gpu_rpc
Original file line number Diff line number Diff line change 10
10
#define LLVM_LIBC_UCHAR_H
11
11
12
12
#include "__llvm-libc-common.h"
13
+ #include "llvm-libc-types/mbstate_t.h"
13
14
14
15
%%public_api()
15
16
Original file line number Diff line number Diff line change 11
11
12
12
#include "__llvm-libc-common.h"
13
13
#include "llvm-libc-macros/wchar-macros.h"
14
+ #include "llvm-libc-types/wint_t.h"
15
+ #include "llvm-libc-types/mbstate_t.h"
14
16
15
17
%%public_api()
16
18
You can’t perform that action at this time.
0 commit comments