[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:
parent
451a9ce9ff
commit
91b3dbe273
@ -29,7 +29,7 @@ Type Name Available
|
|||||||
============================ =========
|
============================ =========
|
||||||
ACTION |check|
|
ACTION |check|
|
||||||
ENTRY |check|
|
ENTRY |check|
|
||||||
VISIT
|
VISIT |check|
|
||||||
============================ =========
|
============================ =========
|
||||||
|
|
||||||
POSIX Standard Functions
|
POSIX Standard Functions
|
||||||
@ -43,7 +43,7 @@ hdestroy |check|
|
|||||||
hsearch |check|
|
hsearch |check|
|
||||||
insque |check|
|
insque |check|
|
||||||
lfind |check|
|
lfind |check|
|
||||||
lsearch
|
lsearch |check|
|
||||||
remque |check|
|
remque |check|
|
||||||
tdelete
|
tdelete
|
||||||
tfind
|
tfind
|
||||||
|
Loading…
x
Reference in New Issue
Block a user