Skip to content

Commit 9830518

Browse files
[libc][obvious] fix strdup being listed twice
strdup was being included even if malloc wasn't and that was causing a build failure. Differential Revision: https://reviews.llvm.org/D112641
1 parent fff2c0f commit 9830518

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ set(TARGET_LIBC_ENTRYPOINTS
3636
libc.src.string.strcmp
3737
libc.src.string.strcpy
3838
libc.src.string.strcspn
39-
libc.src.string.strdup
4039
libc.src.string.strlen
4140
libc.src.string.strncat
4241
libc.src.string.strncmp

0 commit comments

Comments
 (0)