File tree Expand file tree Collapse file tree 3 files changed +55
-2
lines changed Expand file tree Collapse file tree 3 files changed +55
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ if (SPHINX_FOUND)
39
39
assert
40
40
cpio
41
41
ctype
42
+ dirent
42
43
endian
43
44
errno
44
45
fenv
@@ -62,12 +63,12 @@ if (SPHINX_FOUND)
62
63
sys/stat
63
64
sys/statvfs
64
65
sys/time
66
+ sys/utsname
65
67
sys/wait
66
68
termios
67
69
threads
68
70
uchar
69
71
unistd
70
- sys/utsname
71
72
wchar
72
73
wctype
73
74
)
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Implementation Status
10
10
complex
11
11
cpio
12
12
ctype
13
+ dirent
13
14
endian
14
15
errno
15
16
fenv
@@ -34,13 +35,13 @@ Implementation Status
34
35
sys/stat
35
36
sys/statvfs
36
37
sys/time
38
+ sys/utsname
37
39
sys/wait
38
40
termios
39
41
threads
40
42
time
41
43
uchar
42
44
unistd
43
- sys/utsname
44
45
wchar
45
46
wctype
46
47
..
Original file line number Diff line number Diff line change
1
+ macros :
2
+ DT_BLK :
3
+ in-latest-posix : ' '
4
+ DT_CHR :
5
+ in-latest-posix : ' '
6
+ DT_DIR :
7
+ in-latest-posix : ' '
8
+ DT_FIFO :
9
+ in-latest-posix : ' '
10
+ DT_LNK :
11
+ in-latest-posix : ' '
12
+ DT_REG :
13
+ in-latest-posix : ' '
14
+ DT_SOCK :
15
+ in-latest-posix : ' '
16
+ DT_UNKNOWN :
17
+ in-latest-posix : ' '
18
+ DT_MQ :
19
+ in-latest-posix : ' '
20
+ DT_SEM :
21
+ in-latest-posix : ' '
22
+ DT_SHM :
23
+ in-latest-posix : ' '
24
+ DT_TMO :
25
+ in-latest-posix : ' '
26
+
27
+ functions :
28
+ alphasort :
29
+ in-latest-posix : ' '
30
+ closedir :
31
+ in-latest-posix : ' '
32
+ dirfd :
33
+ in-latest-posix : ' '
34
+ fdopendir :
35
+ in-latest-posix : ' '
36
+ opendir :
37
+ in-latest-posix : ' '
38
+ posix_getdents :
39
+ in-latest-posix : ' '
40
+ readdir :
41
+ in-latest-posix : ' '
42
+ readdir_r :
43
+ in-latest-posix : ' '
44
+ rewinddir :
45
+ in-latest-posix : ' '
46
+ scandir :
47
+ in-latest-posix : ' '
48
+ seekdir :
49
+ in-latest-posix : ' '
50
+ telldir :
51
+ in-latest-posix : ' '
You can’t perform that action at this time.
0 commit comments