blob: 399cc91854cdf6259291857e9c699122f8a648fb [file] [log] [blame]
Nick Desaulniers8e35b3d2025-02-05 21:24:391header: poll.h
2header_template: poll.h.def
3macros: []
4types:
5 - type_name: struct_pollfd
6 - type_name: nfds_t
7enums: []
8functions:
9 - name: poll
10 standards:
11 - posix
12 return_type: int
13 arguments:
14 - type: struct pollfd *
15 - type: nfds_t
16 - type: int