Skip to content

Commit 91b3dbe

Browse files
authored
[libc] Update some implementation status for search.h (#148414)
- `VISIT` was implemented in #132746. - `lsearch` was implemented in #131431. At first, I thought this would be updated automatically, but it seems that the header status needs to be added manually.
1 parent 451a9ce commit 91b3dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/docs/headers/search.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Type Name Available
2929
============================ =========
3030
ACTION |check|
3131
ENTRY |check|
32-
VISIT
32+
VISIT |check|
3333
============================ =========
3434

3535
POSIX Standard Functions
@@ -43,7 +43,7 @@ hdestroy |check|
4343
hsearch |check|
4444
insque |check|
4545
lfind |check|
46-
lsearch
46+
lsearch |check|
4747
remque |check|
4848
tdelete
4949
tfind

0 commit comments

Comments
 (0)