aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/bits/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/bits/poll.h')
-rw-r--r--sysdeps/generic/bits/poll.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/generic/bits/poll.h b/sysdeps/generic/bits/poll.h
index 6aaf5859aa..f1514ffdb2 100644
--- a/sysdeps/generic/bits/poll.h
+++ b/sysdeps/generic/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