Cleanup comments.
Remove all current poll(2) extensions except POLLINIGNEOF as they are now unused. Submitted by: bde
This commit is contained in:
parent
5a6ce14c42
commit
198d002e7b
@ -62,17 +62,8 @@ struct pollfd {
|
|||||||
#define POLLRDBAND 0x0080 /* OOB/Urgent readable data */
|
#define POLLRDBAND 0x0080 /* OOB/Urgent readable data */
|
||||||
#define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */
|
#define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */
|
||||||
|
|
||||||
/*
|
/* General FreeBSD extension (currently only supported for sockets): */
|
||||||
* File extensions:
|
#define POLLINIGNEOF 0x2000 /* like POLLIN, except ignore EOF */
|
||||||
* polling on a regular file might return one
|
|
||||||
* of these events (currently only supported on UFS).
|
|
||||||
*/
|
|
||||||
#define POLLEXTEND 0x0200 /* file may have been extended */
|
|
||||||
#define POLLATTRIB 0x0400 /* file attributes may have changed */
|
|
||||||
#define POLLNLINK 0x0800 /* (un)link/rename may have happened */
|
|
||||||
#define POLLWRITE 0x1000 /* file's contents may have changed */
|
|
||||||
/* General FreeBSD extensions (currently only supported for sockets): */
|
|
||||||
#define POLLINIGNEOF 0x2000 /* POLLIN, except ignore EOF */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These events are set if they occur regardless of whether they were
|
* These events are set if they occur regardless of whether they were
|
||||||
|
Loading…
Reference in New Issue
Block a user