[libc-commits] [libc] [libc][search] implement posix `lfind` function (PR #114692)
via libc-commits
libc-commits at lists.llvm.org
Mon Nov 4 12:42:13 PST 2024
================
@@ -26,6 +26,9 @@ set(TARGET_LIBC_ENTRYPOINTS
# errno.h entrypoints
libc.src.errno.errno
+ # search.h entrypoints
+ libc.src.search.lfind
+
----------------
duncpro wrote:
Resolved by [5946873](https://github.com/llvm/llvm-project/pull/114692/commits/5946873c35a8e8e1f2e23de1e9974d40eb370067)
https://github.com/llvm/llvm-project/pull/114692
More information about the libc-commits
mailing list