mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
* 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.
This commit is contained in:
parent
1e0904c1c1
commit
a4f1359e63
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user