Skip to content

Commit edf8aea

Browse files
committed
updated entrypoings
1 parent ddf3183 commit edf8aea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ set(TARGET_LIBC_ENTRYPOINTS
365365

366366
# wchar.h entrypoints
367367
libc.src.wchar.btowc
368-
libc.src.wchar.wcrtomb
369368
libc.src.wchar.wcslen
370369
libc.src.wchar.wctob
371370
libc.src.wchar.wmemmove
@@ -1245,6 +1244,9 @@ if(LLVM_LIBC_FULL_BUILD)
12451244
libc.src.sys.socket.recv
12461245
libc.src.sys.socket.recvfrom
12471246
libc.src.sys.socket.recvmsg
1247+
1248+
# wchar entrypoints
1249+
libc.src.wchar.wcrtomb
12481250
)
12491251
endif()
12501252

0 commit comments

Comments
 (0)