Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ if (SPHINX_FOUND)
string
strings
sys/mman
sys/wait
threads
uchar
wchar
Expand Down
1 change: 1 addition & 0 deletions libc/docs/headers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Implementation Status
string
strings
sys/mman
sys/wait
threads
time
uchar
Expand Down
35 changes: 35 additions & 0 deletions libc/utils/docgen/sys/wait.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
functions:
wait:
in-latest-posix: ''
waitid:
in-latest-posix: ''
waitpid:
in-latest-posix: ''

macros:
WCONTINUED:
in-latest-posix: ''
WEXITED:
in-latest-posix: ''
WEXITSTATUS:
in-latest-posix: ''
WIFCONTINUED:
in-latest-posix: ''
WIFEXITED:
in-latest-posix: ''
WIFSIGNALED:
in-latest-posix: ''
WIFSTOPPED:
in-latest-posix: ''
WNOHANG:
in-latest-posix: ''
WNOWAIT:
in-latest-posix: ''
WSTOPPED:
in-latest-posix: ''
WSTOPSIG:
in-latest-posix: ''
WTERMSIG:
in-latest-posix: ''
WUNTRACED:
in-latest-posix: ''
Loading