#include <sys/poll.h>

Go to the source code of this file.
Defines | |
| #define | ast_poll(a, b, c) poll(a, b, c) |
| #define ast_poll | ( | a, | ||
| b, | ||||
| c | ||||
| ) | poll(a, b, c) |
Definition at line 86 of file poll-compat.h.
Referenced by _sip_tcp_helper_thread(), ast_el_read_char(), ast_io_wait(), ast_remotecontrol(), ast_wait_for_input(), ast_wait_for_output(), ast_waitfor_nandfds(), get_input(), launch_netscript(), listener(), monitor_sig_flags(), netconsole(), read_pipe(), timed_read(), and timing_test().
1.7.1