#include <config.h>#include <alloca.h>#include <sys/types.h>#include "poll.h"#include <errno.h>#include <limits.h>#include <assert.h>#include <sys/time.h>#include <sys/socket.h>#include <sys/select.h>#include <unistd.h>#include <time.h>Go to the source code of this file.
Defines | |
| #define | MSG_PEEK 0 |
Functions | |
| static int | compute_revents (int fd, int sought, fd_set *rfds, fd_set *wfds, fd_set *efds) |
| int | poll (struct pollfd *pfd, nfds_t nfd, int timeout) |
| static int compute_revents | ( | int | fd, | |
| int | sought, | |||
| fd_set * | rfds, | |||
| fd_set * | wfds, | |||
| fd_set * | efds | |||
| ) | [static] |
1.6.3