Files
clang-p2996/libc/utils/docgen/sys/mman.yaml
Nick Desaulniers 88bcf7283b [libc][docs] move docgen from json to yaml (#119744)
That way it can more easily be integrated into hdrgen.
2024-12-12 13:17:51 -08:00

78 lines
1.5 KiB
YAML

functions:
mlock:
posix-definition: ''
mlockall:
posix-definition: ''
mmap:
posix-definition: ''
mprotect:
posix-definition: ''
msync:
posix-definition: ''
munlock:
posix-definition: ''
munlockall:
posix-definition: ''
munmap:
posix-definition: ''
posix_madvise:
posix-definition: ''
posix_mem_offset:
posix-definition: ''
posix_typed_mem_get_info:
posix-definition: ''
posix_typed_mem_open:
posix-definition: ''
shm_open:
posix-definition: ''
shm_unlink:
posix-definition: ''
macros:
MAP_ANON:
posix-definition: ''
MAP_ANONYMOUS:
posix-definition: ''
MAP_FAILED:
posix-definition: ''
MAP_FIXED:
posix-definition: ''
MAP_PRIVATE:
posix-definition: ''
MAP_SHARED:
posix-definition: ''
MCL_CURRENT:
posix-definition: ''
MCL_FUTURE:
posix-definition: ''
MS_ASYNC:
posix-definition: ''
MS_INVALIDATE:
posix-definition: ''
MS_SYNC:
posix-definition: ''
POSIX_MADV_DONTNEED:
posix-definition: ''
POSIX_MADV_NORMAL:
posix-definition: ''
POSIX_MADV_RANDOM:
posix-definition: ''
POSIX_MADV_SEQUENTIAL:
posix-definition: ''
POSIX_MADV_WILLNEED:
posix-definition: ''
POSIX_TYPED_MEM_ALLOCATE:
posix-definition: ''
POSIX_TYPED_MEM_ALLOCATE_CONTIG:
posix-definition: ''
POSIX_TYPED_MEM_MAP_ALLOCATABLE:
posix-definition: ''
PROT_EXEC:
posix-definition: ''
PROT_NONE:
posix-definition: ''
PROT_READ:
posix-definition: ''
PROT_WRITE:
posix-definition: ''