about summary refs log tree commit diff
path: root/bits/poll.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-31 07:46:22 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-31 07:46:22 +0000
commit4791a9303c07fdb758c0b393c87c12d4e1a1ec2e (patch)
treed99eda2a63a584c26521d6f17224a31f50d42314 /bits/poll.h
parentc1a7e21dbd70ec5956eb59f64971850c59a8ddab (diff)
downloadglibc-4791a9303c07fdb758c0b393c87c12d4e1a1ec2e.tar.gz
glibc-4791a9303c07fdb758c0b393c87c12d4e1a1ec2e.tar.xz
glibc-4791a9303c07fdb758c0b393c87c12d4e1a1ec2e.zip
Update.
	* sysdeps/unix/sysv/linux/sparc/bits/poll.h (NPOLLFILE): Removed.
	* sysdeps/unix/sysv/linux/mips/bits/poll.h (NPOLLFILE): Removed.
	* sysdeps/unix/sysv/linux/m68k/bits/poll.h (NPOLLFILE): Removed.
	* sysdeps/unix/sysv/linux/bits/poll.h (NPOLLFILE): Removed.
	* sysdeps/generic/bits/poll.h (NPOLLFILE): Removed.
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