Skip to content

Commit f44277c

Browse files
dont forget sys/mman.h or arpa/inet.h
1 parent 8d5ce00 commit f44277c

File tree

4 files changed

+95
-71
lines changed

4 files changed

+95
-71
lines changed

libc/utils/docgen/arpa/inet.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

libc/utils/docgen/arpa/inet.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
functions:
2+
htonl:
3+
posix-definition: ''
4+
htons:
5+
posix-definition: ''
6+
inet_addr:
7+
posix-definition: ''
8+
inet_ntoa:
9+
posix-definition: ''
10+
inet_ntop:
11+
posix-definition: ''
12+
inet_pton:
13+
posix-definition: ''
14+
ntohl:
15+
posix-definition: ''
16+
ntohs:
17+
posix-definition: ''
18+

libc/utils/docgen/sys/mman.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

libc/utils/docgen/sys/mman.yaml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
functions:
2+
mlock:
3+
posix-definition: ''
4+
mlockall:
5+
posix-definition: ''
6+
mmap:
7+
posix-definition: ''
8+
mprotect:
9+
posix-definition: ''
10+
msync:
11+
posix-definition: ''
12+
munlock:
13+
posix-definition: ''
14+
munlockall:
15+
posix-definition: ''
16+
munmap:
17+
posix-definition: ''
18+
posix_madvise:
19+
posix-definition: ''
20+
posix_mem_offset:
21+
posix-definition: ''
22+
posix_typed_mem_get_info:
23+
posix-definition: ''
24+
posix_typed_mem_open:
25+
posix-definition: ''
26+
shm_open:
27+
posix-definition: ''
28+
shm_unlink:
29+
posix-definition: ''
30+
macros:
31+
MAP_ANON:
32+
posix-definition: ''
33+
MAP_ANONYMOUS:
34+
posix-definition: ''
35+
MAP_FAILED:
36+
posix-definition: ''
37+
MAP_FIXED:
38+
posix-definition: ''
39+
MAP_PRIVATE:
40+
posix-definition: ''
41+
MAP_SHARED:
42+
posix-definition: ''
43+
MCL_CURRENT:
44+
posix-definition: ''
45+
MCL_FUTURE:
46+
posix-definition: ''
47+
MS_ASYNC:
48+
posix-definition: ''
49+
MS_INVALIDATE:
50+
posix-definition: ''
51+
MS_SYNC:
52+
posix-definition: ''
53+
POSIX_MADV_DONTNEED:
54+
posix-definition: ''
55+
POSIX_MADV_NORMAL:
56+
posix-definition: ''
57+
POSIX_MADV_RANDOM:
58+
posix-definition: ''
59+
POSIX_MADV_SEQUENTIAL:
60+
posix-definition: ''
61+
POSIX_MADV_WILLNEED:
62+
posix-definition: ''
63+
POSIX_TYPED_MEM_ALLOCATE:
64+
posix-definition: ''
65+
POSIX_TYPED_MEM_ALLOCATE_CONTIG:
66+
posix-definition: ''
67+
POSIX_TYPED_MEM_MAP_ALLOCATABLE:
68+
posix-definition: ''
69+
PROT_EXEC:
70+
posix-definition: ''
71+
PROT_NONE:
72+
posix-definition: ''
73+
PROT_READ:
74+
posix-definition: ''
75+
PROT_WRITE:
76+
posix-definition: ''
77+

0 commit comments

Comments
 (0)