Files
clang-p2996/libc/utils/docgen/sys/mman.yaml
Nick Desaulniers 98b3191a34 [libc][docgen] regen docgen via cmake (#119628)
Now, `ninja docs-libc-html` will re-run docgen.

Previously, we would run docgen offline, and commit the result.

Now we no longer need to do that; docgen is invoked from the
dependencies of the `docs-libc-html` target on demand. This
commit removes the dynamically generated .rst files (keeping
the static ones that haven't been converted to docgen), and
fixes up some mistakes I failed to cleanup recently since I
didn't have such automation in place to catch such bugs.
2025-01-06 08:52:08 -08:00

78 lines
1.5 KiB
YAML

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