LIRC libraries
LinuxInfraredRemoteControl
 All Classes Files Functions Variables Typedefs Enumerations Macros Modules Pages
curl_poll.h File Reference

(91aee28 2017-02-12 11:12:58 +0100)

Wrapper for poll(2) using select(2) when poll() is unavailable. More...

#include <sys/poll.h>
#include <poll.h>

Go to the source code of this file.

Functions

int curl_poll (struct pollfd ufds[], unsigned int nfds, int timeout_ms)
 

Detailed Description

Wrapper for poll(2) using select(2) when poll() is unavailable.

Definition in file curl_poll.h.