Skip to content

Commit 47f7daa

Browse files
authored
[libc][docs] Add glob implementation status doc and include in CMakeLists (#126923)
These changes tracks `glob.h` for the implementation status of functions and macros, with respect to the issue ( #122006 ) . cc @nickdesaulniers
1 parent b3c5031 commit 47f7daa

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

libc/docs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if (SPHINX_FOUND)
4343
errno
4444
fenv
4545
float
46+
glob
4647
inttypes
4748
locale
4849
net/if

libc/docs/headers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Implementation Status
1414
errno
1515
fenv
1616
float
17+
glob
1718
inttypes
1819
locale
1920
math/index.rst

libc/utils/docgen/glob.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
macros:
2+
GLOB_APPEND:
3+
in-latest-posix: ''
4+
GLOB_DOOFFS:
5+
in-latest-posix: ''
6+
GLOB_ERR:
7+
in-latest-posix: ''
8+
GLOB_MARK:
9+
in-latest-posix: ''
10+
GLOB_NOCHECK:
11+
in-latest-posix: ''
12+
GLOB_NOESCAPE:
13+
in-latest-posix: ''
14+
GLOB_NOSORT:
15+
in-latest-posix: ''
16+
GLOB_ABORTED:
17+
in-latest-posix: ''
18+
GLOB_NOMATCH:
19+
in-latest-posix: ''
20+
GLOB_NOSPACE:
21+
in-latest-posix: ''
22+
23+
functions:
24+
glob:
25+
in-latest-posix: ''
26+
globfree:
27+
in-latest-posix: ''
28+

0 commit comments

Comments
 (0)