[libc] Update some implementation status for search.h (#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.
This commit is contained in:
Connector Switch 2025-07-15 10:34:30 +08:00 committed by GitHub
parent 451a9ce9ff
commit 91b3dbe273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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