summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-04-25 22:13:07 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-04-25 22:13:07 +0000
commitaac0939e0563c1d42c3628448b91614e501a393a (patch)
tree58765cf92cbb67927ac9b4c0dba9ac8cacebc431
parent096483f6923704d89445d69d64c35b261dfa9ec5 (diff)
#define POLLNORM as synonym for POLLRDNORM. ok millert@
-rw-r--r--sys/sys/poll.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/poll.h b/sys/sys/poll.h
index 2a8aa2b8425..2a2e8ac5801 100644
--- a/sys/sys/poll.h
+++ b/sys/sys/poll.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: poll.h,v 1.8 2002/09/13 01:36:07 naddy Exp $ */
+/* $OpenBSD: poll.h,v 1.9 2003/04/25 22:13:06 tedu Exp $ */
/*
* Copyright (c) 1996 Theo de Raadt
@@ -43,6 +43,7 @@ struct pollfd {
#define POLLHUP 0x0010
#define POLLNVAL 0x0020
#define POLLRDNORM 0x0040
+#define POLLNORM POLLRDNORM
#define POLLWRNORM POLLOUT
#define POLLRDBAND 0x0080
#define POLLWRBAND 0x0100