Files
llvm-project/libc/utils/docgen/poll.yaml
Petter Berntsson f6c4280ea9 [libc][docs] Add poll.h POSIX header documentation (#122006) (#193734)
Add poll.h implementation-status docs to llvm-libc.
2026-04-23 15:02:14 +01:00

28 lines
447 B
YAML

functions:
poll:
in-latest-posix: ''
ppoll:
in-latest-posix: ''
macros:
POLLERR:
in-latest-posix: ''
POLLHUP:
in-latest-posix: ''
POLLIN:
in-latest-posix: ''
POLLNVAL:
in-latest-posix: ''
POLLOUT:
in-latest-posix: ''
POLLPRI:
in-latest-posix: ''
POLLRDBAND:
in-latest-posix: ''
POLLRDNORM:
in-latest-posix: ''
POLLWRBAND:
in-latest-posix: ''
POLLWRNORM:
in-latest-posix: ''