diff options
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r-- | include/libssh/priv.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 4c380deb..41ee58b6 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -144,14 +144,6 @@ typedef struct pollfd_s { short revents; /* returned events */ } pollfd_t; -#define POLLIN 0x001 /* There is data to read. */ -#define POLLPRI 0x002 /* There is urgent data to read. */ -#define POLLOUT 0x004 /* Writing now will not block. */ - -#define POLLERR 0x008 /* Error condition. */ -#define POLLHUP 0x010 /* Hung up. */ -#define POLLNVAL 0x020 /* Invalid polling request. */ - typedef unsigned long int nfds_t; #endif /* HAVE_POLL */ |