We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e31a45 commit db18034Copy full SHA for db18034
libc/config/linux/x86_64/entrypoints.txt
@@ -989,9 +989,6 @@ if(LLVM_LIBC_FULL_BUILD)
989
libc.src.strings.strcasecmp_l
990
libc.src.strings.strncasecmp_l
991
992
- # wchar.h entrypoints
993
- libc.src.wchar.mbrtowc
994
-
995
# assert.h entrypoints
996
libc.src.assert.__assert_fail
997
@@ -1247,6 +1244,9 @@ if(LLVM_LIBC_FULL_BUILD)
1247
1244
libc.src.sys.socket.recv
1248
1245
libc.src.sys.socket.recvfrom
1249
1246
libc.src.sys.socket.recvmsg
+
+ # wchar.h entrypoints
+ libc.src.wchar.mbrtowc
1250
)
1251
endif()
1252
0 commit comments