|
|
1.1 root 1: #ifndef __POLL_H__
2: #define __POLL_H__
3:
4: #include <sys/poll.h>
5:
6: /*
7: * Definitions for use with the poll (2) system call.
8: */
9:
10: struct pollfd {
11: int fd; /* file descriptor to check */
12: short events; /* events to check for */
13: short revents; /* events detected */
14: };
15:
16: #endif /* ! defined (__POLL_H__) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.