Nick Desaulniers | 8e35b3d | 2025-02-05 21:24:39 | [diff] [blame] | 1 | header: poll.h |
2 | header_template: poll.h.def | ||||
3 | macros: [] | ||||
4 | types: | ||||
5 | - type_name: struct_pollfd | ||||
6 | - type_name: nfds_t | ||||
7 | enums: [] | ||||
8 | functions: | ||||
9 | - name: poll | ||||
10 | standards: | ||||
11 | - posix | ||||
12 | return_type: int | ||||
13 | arguments: | ||||
14 | - type: struct pollfd * | ||||
15 | - type: nfds_t | ||||
16 | - type: int |