|
LIRC libraries
Linux Infrared Remote Control
|
Wrapper for poll(2) using select(2) when poll() is unavailable. More...
#include <poll.h>Go to the source code of this file.
Functions | |
| int | curl_poll (struct pollfd ufds[], unsigned int nfds, int timeout_ms) |
Wrapper for poll(2) using select(2) when poll() is unavailable.
Definition in file curl_poll.h.
| int curl_poll | ( | struct pollfd | ufds[], |
| unsigned int | nfds, | ||
| int | timeout_ms | ||
| ) |
Definition at line 106 of file curl_poll.c.