[libc-commits] [libc] [libc][search] implement posix `lfind` function (PR #114692)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Nov 4 09:44:03 PST 2024


================
@@ -26,6 +26,9 @@ set(TARGET_LIBC_ENTRYPOINTS
     # errno.h entrypoints
     libc.src.errno.errno
 
+	# search.h entrypoints
+	libc.src.search.lfind
+
----------------
nickdesaulniers wrote:

The indentation looks off here. Can you triple check it please?

One thing I highly recommend is modifying your editor to differentiate between tabs and spaces.

https://github.com/llvm/llvm-project/pull/114692


More information about the libc-commits mailing list