[libc-commits] [PATCH] D119753: [libc] [Obvious] Fix.

Raman Tenneti via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 14 11:46:07 PST 2022


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

Removed getenv from entrypoints.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119753

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
@@ -72,7 +72,6 @@
     libc.src.stdlib.atoll
     libc.src.stdlib.bsearch
     libc.src.stdlib.div
-    libc.src.stdlib.getenv
     libc.src.stdlib.labs
     libc.src.stdlib.ldiv
     libc.src.stdlib.llabs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119753.408533.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220214/a5ff8cf6/attachment.bin>


More information about the libc-commits mailing list