diff options
Diffstat (limited to 'conform/data/poll.h-data')
-rw-r--r-- | conform/data/poll.h-data | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/conform/data/poll.h-data b/conform/data/poll.h-data deleted file mode 100644 index f7ebb91715..0000000000 --- a/conform/data/poll.h-data +++ /dev/null @@ -1,27 +0,0 @@ -#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 -type {struct pollfd} -element {struct pollfd} int fd -element {struct pollfd} {short int} events -element {struct pollfd} {short int} revents - -type nfds_t - -constant POLLIN -constant POLLRDNORM -constant POLLRDBAND -constant POLLPRI -constant POLLOUT -constant POLLWRNORM -constant POLLWRBAND -constant POLLERR -constant POLLHUP -constant POLLNVAL - -function int poll (struct pollfd[], nfds_t, int) - -allow pd_* -allow ph_* -allow ps_* -allow POLL* -allow *_t -#endif |