mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-06 11:41:02 +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:
parent
c1a7e21dbd
commit
4791a9303c
@ -1,5 +1,11 @@
|
|||||||
2001-07-31 Andreas Jaeger <aj@suse.de>
|
2001-07-31 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
* libio/genops.c (flush_cleanup): Guard list_all_lock to allow
|
* libio/genops.c (flush_cleanup): Guard list_all_lock to allow
|
||||||
compilation without threads.
|
compilation without threads.
|
||||||
|
|
||||||
|
@ -38,8 +38,3 @@
|
|||||||
#define POLLERR 010 /* Error condition. */
|
#define POLLERR 010 /* Error condition. */
|
||||||
#define POLLHUP 020 /* Hung up. */
|
#define POLLHUP 020 /* Hung up. */
|
||||||
#define POLLNVAL 040 /* Invalid polling request. */
|
#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
|
|
||||||
|
@ -38,8 +38,3 @@
|
|||||||
#define POLLERR 010 /* Error condition. */
|
#define POLLERR 010 /* Error condition. */
|
||||||
#define POLLHUP 020 /* Hung up. */
|
#define POLLHUP 020 /* Hung up. */
|
||||||
#define POLLNVAL 040 /* Invalid polling request. */
|
#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
|
|
||||||
|
@ -46,8 +46,3 @@
|
|||||||
#define POLLERR 0x008 /* Error condition. */
|
#define POLLERR 0x008 /* Error condition. */
|
||||||
#define POLLHUP 0x010 /* Hung up. */
|
#define POLLHUP 0x010 /* Hung up. */
|
||||||
#define POLLNVAL 0x020 /* Invalid polling request. */
|
#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
|
|
||||||
|
@ -41,8 +41,3 @@
|
|||||||
#define POLLERR 0x008 /* Error condition. */
|
#define POLLERR 0x008 /* Error condition. */
|
||||||
#define POLLHUP 0x010 /* Hung up. */
|
#define POLLHUP 0x010 /* Hung up. */
|
||||||
#define POLLNVAL 0x020 /* Invalid polling request. */
|
#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 POLLERR 0x008 /* Error condition. */
|
||||||
#define POLLHUP 0x010 /* Hung up. */
|
#define POLLHUP 0x010 /* Hung up. */
|
||||||
#define POLLNVAL 0x020 /* Invalid polling request. */
|
#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
|
|
||||||
|
@ -41,8 +41,3 @@
|
|||||||
#define POLLERR 0x008 /* Error condition. */
|
#define POLLERR 0x008 /* Error condition. */
|
||||||
#define POLLHUP 0x010 /* Hung up. */
|
#define POLLHUP 0x010 /* Hung up. */
|
||||||
#define POLLNVAL 0x020 /* Invalid polling request. */
|
#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…
x
Reference in New Issue
Block a user