From 4791a9303c07fdb758c0b393c87c12d4e1a1ec2e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 31 Jul 2001 07:46:22 +0000 Subject: 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. --- sysdeps/generic/bits/poll.h | 5 ----- sysdeps/unix/sysv/linux/bits/poll.h | 5 ----- sysdeps/unix/sysv/linux/m68k/bits/poll.h | 5 ----- sysdeps/unix/sysv/linux/mips/bits/poll.h | 5 ----- sysdeps/unix/sysv/linux/sparc/bits/poll.h | 5 ----- 5 files changed, 25 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/bits/poll.h b/sysdeps/generic/bits/poll.h index 81771c103f..a3da4306ad 100644 --- a/sysdeps/generic/bits/poll.h +++ b/sysdeps/generic/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 diff --git a/sysdeps/unix/sysv/linux/bits/poll.h b/sysdeps/unix/sysv/linux/bits/poll.h index 704da6d128..dccb8b6665 100644 --- a/sysdeps/unix/sysv/linux/bits/poll.h +++ b/sysdeps/unix/sysv/linux/bits/poll.h @@ -46,8 +46,3 @@ #define POLLERR 0x008 /* Error condition. */ #define POLLHUP 0x010 /* Hung up. */ #define POLLNVAL 0x020 /* Invalid polling request. */ - -#ifdef __USE_MISC -/* Canonical number of polling requests to read in at a time in poll. */ -# define NPOLLFILE 30 -#endif diff --git a/sysdeps/unix/sysv/linux/m68k/bits/poll.h b/sysdeps/unix/sysv/linux/m68k/bits/poll.h index 17adb4de47..f7a7393154 100644 --- a/sysdeps/unix/sysv/linux/m68k/bits/poll.h +++ b/sysdeps/unix/sysv/linux/m68k/bits/poll.h @@ -41,8 +41,3 @@ #define POLLERR 0x008 /* Error condition. */ #define POLLHUP 0x010 /* Hung up. */ #define POLLNVAL 0x020 /* Invalid polling request. */ - -#ifdef __USE_MISC -/* Canonical number of polling requests to read in at a time in poll. */ -# define NPOLLFILE 30 -#endif diff --git a/sysdeps/unix/sysv/linux/mips/bits/poll.h b/sysdeps/unix/sysv/linux/mips/bits/poll.h index 825d073df3..f62b9c3948 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/poll.h +++ b/sysdeps/unix/sysv/linux/mips/bits/poll.h @@ -46,8 +46,3 @@ #define POLLERR 0x008 /* Error condition. */ #define POLLHUP 0x010 /* Hung up. */ #define POLLNVAL 0x020 /* Invalid polling request. */ - -#ifdef __USE_MISC -/* Canonical number of polling requests to read in at a time in poll. */ -# define NPOLLFILE 30 -#endif diff --git a/sysdeps/unix/sysv/linux/sparc/bits/poll.h b/sysdeps/unix/sysv/linux/sparc/bits/poll.h index 17adb4de47..f7a7393154 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/poll.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/poll.h @@ -41,8 +41,3 @@ #define POLLERR 0x008 /* Error condition. */ #define POLLHUP 0x010 /* Hung up. */ #define POLLNVAL 0x020 /* Invalid polling request. */ - -#ifdef __USE_MISC -/* Canonical number of polling requests to read in at a time in poll. */ -# define NPOLLFILE 30 -#endif -- cgit v1.2.3