@@ -782,22 +782,6 @@ endif()
782782
783783if(LLVM_LIBC_FULL_BUILD)
784784 list(APPEND TARGET_LIBC_ENTRYPOINTS
785- # ctype.h entrypoints
786- libc.src.ctype.isalnum_l
787- libc.src.ctype.isalpha_l
788- libc.src.ctype.isblank_l
789- libc.src.ctype.iscntrl_l
790- libc.src.ctype.isdigit_l
791- libc.src.ctype.isgraph_l
792- libc.src.ctype.islower_l
793- libc.src.ctype.isprint_l
794- libc.src.ctype.ispunct_l
795- libc.src.ctype.isspace_l
796- libc.src.ctype.isupper_l
797- libc.src.ctype.isxdigit_l
798- libc.src.ctype.tolower_l
799- libc.src.ctype.toupper_l
800-
801785 # assert.h entrypoints
802786 libc.src.assert.__assert_fail
803787
@@ -998,15 +982,6 @@ if(LLVM_LIBC_FULL_BUILD)
998982 libc.src.time.nanosleep
999983 libc.src.time.time
1000984
1001- # locale.h entrypoints
1002- libc.src.locale.localeconv
1003- libc.src.locale.duplocale
1004- libc.src.locale.freelocale
1005- libc.src.locale.localeconv
1006- libc.src.locale.newlocale
1007- libc.src.locale.setlocale
1008- libc.src.locale.uselocale
1009-
1010985 # unistd.h entrypoints
1011986 libc.src.unistd.__llvm_libc_syscall
1012987 libc.src.unistd._exit
0 commit comments