diff options
-rw-r--r-- | sys/sys/poll.h | 3 |
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 |