about summary refs log tree commit diff
path: root/bits/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/poll.h')
-rw-r--r--bits/poll.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bits/poll.h b/bits/poll.h
index 81771c103f..a3da4306ad 100644
--- a/bits/poll.h
+++ b/bits/poll.h
@@ -38,8 +38,3 @@
 #define POLLERR         010             /* Error condition.  */
 #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
-#endif