Skip to content

Commit db18034

Browse files
author
Sriya Pratipati
committed
moved wchar to the bottom of entrypoints
1 parent 4e31a45 commit db18034

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -989,9 +989,6 @@ if(LLVM_LIBC_FULL_BUILD)
989989
libc.src.strings.strcasecmp_l
990990
libc.src.strings.strncasecmp_l
991991

992-
# wchar.h entrypoints
993-
libc.src.wchar.mbrtowc
994-
995992
# assert.h entrypoints
996993
libc.src.assert.__assert_fail
997994

@@ -1247,6 +1244,9 @@ if(LLVM_LIBC_FULL_BUILD)
12471244
libc.src.sys.socket.recv
12481245
libc.src.sys.socket.recvfrom
12491246
libc.src.sys.socket.recvmsg
1247+
1248+
# wchar.h entrypoints
1249+
libc.src.wchar.mbrtowc
12501250
)
12511251
endif()
12521252

0 commit comments

Comments
 (0)