diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-31 07:46:06 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-31 07:46:06 +0000 |
commit | a4f1359e63415357e41123ccddb34395622ce5c7 (patch) | |
tree | 8c419a40ad3515b5c2b5ccca4a68913265b1bdd6 /sysdeps/unix/sysv | |
parent | 1e0904c1c1412ddbe1be72aaa3e5835ef0391848 (diff) | |
download | glibc-a4f1359e63415357e41123ccddb34395622ce5c7.tar glibc-a4f1359e63415357e41123ccddb34395622ce5c7.tar.gz glibc-a4f1359e63415357e41123ccddb34395622ce5c7.tar.bz2 glibc-a4f1359e63415357e41123ccddb34395622ce5c7.zip |
* 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 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/bits/poll.h | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/poll.h | 5 |
2 files changed, 0 insertions, 10 deletions
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 |