[libc-commits] [libc] [libc] Update some implementation status for `search.h` (PR #148414)

Connector Switch via libc-commits libc-commits at lists.llvm.org
Sun Jul 13 01:02:58 PDT 2025


https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/148414

- `VISIT` was implemented in https://github.com/llvm/llvm-project/pull/132746.
- `lsearch` was implemented in https://github.com/llvm/llvm-project/pull/131431.

At first, I thought this would be updated automatically, but it seems that the header status needs to be added manually.

>From 6dfc69441d4b608d23aada9d9d027f795690648b Mon Sep 17 00:00:00 2001
From: c8ef <c8ef at outlook.com>
Date: Sun, 13 Jul 2025 16:00:24 +0800
Subject: [PATCH] update search doc

---
 libc/docs/headers/search.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libc/docs/headers/search.rst b/libc/docs/headers/search.rst
index 51832e9bdc2ed..82c3496eeb0ed 100644
--- a/libc/docs/headers/search.rst
+++ b/libc/docs/headers/search.rst
@@ -29,7 +29,7 @@ Type Name                    Available
 ============================ =========
 ACTION                       |check|
 ENTRY                        |check|
-VISIT
+VISIT                        |check|
 ============================ =========
 
 POSIX Standard Functions
@@ -43,7 +43,7 @@ hdestroy                     |check|
 hsearch                      |check|
 insque                       |check|
 lfind                        |check|
-lsearch
+lsearch                      |check|
 remque                       |check|
 tdelete
 tfind



More information about the libc-commits mailing list