aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/poll.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-04-18 14:54:26 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-04-18 14:54:26 +0000
commit198d002e7b889d754bb172123f518cbaeab0a834 (patch)
treef3a0a22e29547d1a33a9a19d4f1e0170eef5d08e /sys/sys/poll.h
parent5a6ce14c42a82d02f255c3482f635c37a3d87eb1 (diff)
downloadsrc-198d002e7b889d754bb172123f518cbaeab0a834.tar.gz
src-198d002e7b889d754bb172123f518cbaeab0a834.zip
Cleanup comments.
Remove all current poll(2) extensions except POLLINIGNEOF as they are now unused. Submitted by: bde
Notes
Notes: svn path=/head/; revision=94997
Diffstat (limited to 'sys/sys/poll.h')
-rw-r--r--sys/sys/poll.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/sys/poll.h b/sys/sys/poll.h
index 7039ed93b6f1..383cd0dcf0ad 100644
--- a/sys/sys/poll.h
+++ b/sys/sys/poll.h
@@ -62,17 +62,8 @@ struct pollfd {
#define POLLRDBAND 0x0080 /* OOB/Urgent readable data */
#define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */
-/*
- * File extensions:
- * 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 */
+/* General FreeBSD extension (currently only supported for sockets): */
+#define POLLINIGNEOF 0x2000 /* like POLLIN, except ignore EOF */
/*
* These events are set if they occur regardless of whether they were