[libc-commits] [PATCH] D112641: [libc][obvious] fix strdup being listed twice

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 27 11:12:42 PDT 2021


michaelrj created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
michaelrj requested review of this revision.

strdup was being included even if malloc wasn't and that was causing
a build failure.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112641

Files:
  libc/config/linux/x86_64/entrypoints.txt


Index: libc/config/linux/x86_64/entrypoints.txt
===================================================================
--- libc/config/linux/x86_64/entrypoints.txt
+++ libc/config/linux/x86_64/entrypoints.txt
@@ -36,7 +36,6 @@
     libc.src.string.strcmp
     libc.src.string.strcpy
     libc.src.string.strcspn
-    libc.src.string.strdup
     libc.src.string.strlen
     libc.src.string.strncat
     libc.src.string.strncmp


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112641.382725.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211027/dfa0171a/attachment-0001.bin>


More information about the libc-commits mailing list