diff options
Diffstat (limited to 'bits/poll.h')
-rw-r--r-- | bits/poll.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bits/poll.h b/bits/poll.h index 6aaf585..f1514ff 100644 --- a/bits/poll.h +++ b/bits/poll.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997,2000 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -39,5 +39,7 @@ #define POLLHUP 020 /* Hung up. */ #define POLLNVAL 040 /* Invalid polling request. */ +#ifdef __USE_MISC /* Canonical number of polling requests to read in at a time in poll. */ -#define NPOLLFILE 30 +# define NPOLLFILE 30 +#endif |