summaryrefslogtreecommitdiff
path: root/src/OS/os.h-OpenBSD
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-21 20:29:25 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-21 20:43:34 +0100
commite72cfa5b8529a6fe8e674d70dc83df8bcf5e551c (patch)
tree0efeda15f7a1a1a17574fbb53f9112a240b70501 /src/OS/os.h-OpenBSD
parente99a3a6cbb83db9934b97ddac837ab37cb9e4719 (diff)
Add equivalent for missing poll(2) #define
Needed in FreeBSD and OpenBSD, and probably Solaris
Diffstat (limited to 'src/OS/os.h-OpenBSD')
-rw-r--r--src/OS/os.h-OpenBSD5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD
index a594d17a7..9da2599c1 100644
--- a/src/OS/os.h-OpenBSD
+++ b/src/OS/os.h-OpenBSD
@@ -50,9 +50,4 @@ typedef struct __res_state *res_state;
#endif
#define TIME_T_FMT "%lld"
-
-#ifndef POLLRDHUP
-# define POLLRDHUP (POLLIN | POLLHUP)
-#endif
-
/* End */