File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed
Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ if (SPHINX_FOUND)
5353 string
5454 strings
5555 sys/mman
56+ sys/wait
5657 threads
5758 uchar
5859 wchar
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Implementation Status
2626 string
2727 strings
2828 sys/mman
29+ sys/wait
2930 threads
3031 time
3132 uchar
Original file line number Diff line number Diff line change 1+ functions :
2+ wait :
3+ in-latest-posix : ' '
4+ waitid :
5+ in-latest-posix : ' '
6+ waitpid :
7+ in-latest-posix : ' '
8+
9+ macros :
10+ WCONTINUED :
11+ in-latest-posix : ' '
12+ WEXITED :
13+ in-latest-posix : ' '
14+ WEXITSTATUS :
15+ in-latest-posix : ' '
16+ WIFCONTINUED :
17+ in-latest-posix : ' '
18+ WIFEXITED :
19+ in-latest-posix : ' '
20+ WIFSIGNALED :
21+ in-latest-posix : ' '
22+ WIFSTOPPED :
23+ in-latest-posix : ' '
24+ WNOHANG :
25+ in-latest-posix : ' '
26+ WNOWAIT :
27+ in-latest-posix : ' '
28+ WSTOPPED :
29+ in-latest-posix : ' '
30+ WSTOPSIG :
31+ in-latest-posix : ' '
32+ WTERMSIG :
33+ in-latest-posix : ' '
34+ WUNTRACED :
35+ in-latest-posix : ' '
You can’t perform that action at this time.
0 commit comments