mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 00:06:05 +00:00
17 lines
282 B
YAML
17 lines
282 B
YAML
header: poll.h
|
|
header_template: poll.h.def
|
|
macros: []
|
|
types:
|
|
- type_name: struct_pollfd
|
|
- type_name: nfds_t
|
|
enums: []
|
|
functions:
|
|
- name: poll
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
arguments:
|
|
- type: struct pollfd *
|
|
- type: nfds_t
|
|
- type: int
|