[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:13:21 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG98305180828b: [libc][obvious] fix strdup being listed twice (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112641/new/

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.382726.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211027/593aeda0/attachment.bin>


More information about the libc-commits mailing list