mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user