#include <unistd.h>#include <sys/types.h>#include <sys/time.h>#include <assert.h>#include <string.h>#include <asterisk/poll-compat.h>Include dependency graph for poll.c:

Go to the source code of this file.
Defines | |
| #define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
Functions | |
| int | poll (structpollfd *pArray, unsigned long n_fds, int timeout) |
|
|
|
|
||||||||||||||||
|
Definition at line 264 of file poll.c.
|
1.3.7