summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-poll.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-02-29 12:15:15 +0000
committerColin Watson <cjwatson@debian.org>2016-02-29 12:15:15 +0000
commitc52a95cc4754e6630c96fe65ae0c65eb41d2c590 (patch)
tree793395934013923b7b2426382c0676edcd4be3d4 /openbsd-compat/bsd-poll.h
parenteeff4de96f5d7365750dc56912c2c62b5c28db6b (diff)
parent72b061d4ba0f909501c595d709ea76e06b01e5c9 (diff)
Import openssh_7.2p1.orig.tar.gz
Diffstat (limited to 'openbsd-compat/bsd-poll.h')
-rw-r--r--openbsd-compat/bsd-poll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-poll.h b/openbsd-compat/bsd-poll.h
index dcbb9ca40..17945f5b4 100644
--- a/openbsd-compat/bsd-poll.h
+++ b/openbsd-compat/bsd-poll.h
@@ -42,11 +42,11 @@ typedef unsigned int nfds_t;
42#define POLLIN 0x0001 42#define POLLIN 0x0001
43#define POLLOUT 0x0004 43#define POLLOUT 0x0004
44#define POLLERR 0x0008 44#define POLLERR 0x0008
45#define POLLHUP 0x0010
46#define POLLNVAL 0x0020
45#if 0 47#if 0
46/* the following are currently not implemented */ 48/* the following are currently not implemented */
47#define POLLPRI 0x0002 49#define POLLPRI 0x0002
48#define POLLHUP 0x0010
49#define POLLNVAL 0x0020
50#define POLLRDNORM 0x0040 50#define POLLRDNORM 0x0040
51#define POLLNORM POLLRDNORM 51#define POLLNORM POLLRDNORM
52#define POLLWRNORM POLLOUT 52#define POLLWRNORM POLLOUT