[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
This commit is contained in:
Prashanth
2025-03-17 22:35:50 +05:30
committed by GitHub
parent b3c5031b07
commit 47f7daab06
3 changed files with 30 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ if (SPHINX_FOUND)
errno
fenv
float
glob
inttypes
locale
net/if

View File

@@ -14,6 +14,7 @@ Implementation Status
errno
fenv
float
glob
inttypes
locale
math/index.rst

View File

@@ -0,0 +1,28 @@
macros:
GLOB_APPEND:
in-latest-posix: ''
GLOB_DOOFFS:
in-latest-posix: ''
GLOB_ERR:
in-latest-posix: ''
GLOB_MARK:
in-latest-posix: ''
GLOB_NOCHECK:
in-latest-posix: ''
GLOB_NOESCAPE:
in-latest-posix: ''
GLOB_NOSORT:
in-latest-posix: ''
GLOB_ABORTED:
in-latest-posix: ''
GLOB_NOMATCH:
in-latest-posix: ''
GLOB_NOSPACE:
in-latest-posix: ''
functions:
glob:
in-latest-posix: ''
globfree:
in-latest-posix: ''