[openssh-commits] [openssh] 01/01: We now support POLLPRI so actually define it.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 10 22:18:22 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3ac00dfeb54b252c15dcbf1971582e9e3b946de6
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Feb 10 22:17:31 2022 +1100
We now support POLLPRI so actually define it.
---
openbsd-compat/bsd-poll.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openbsd-compat/bsd-poll.h b/openbsd-compat/bsd-poll.h
index 73acd3c1..fb99b66f 100644
--- a/openbsd-compat/bsd-poll.h
+++ b/openbsd-compat/bsd-poll.h
@@ -46,13 +46,13 @@ typedef struct pollfd {
} pollfd_t;
#define POLLIN 0x0001
+#define POLLPRI 0x0002
#define POLLOUT 0x0004
#define POLLERR 0x0008
#define POLLHUP 0x0010
#define POLLNVAL 0x0020
#if 0
/* the following are currently not implemented */
-#define POLLPRI 0x0002
#define POLLRDNORM 0x0040
#define POLLNORM POLLRDNORM
#define POLLWRNORM POLLOUT
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list