summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/file.h')
-rw-r--r--usr/src/uts/common/sys/file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/file.h b/usr/src/uts/common/sys/file.h
index 03acc088c2..1f736d3d01 100644
--- a/usr/src/uts/common/sys/file.h
+++ b/usr/src/uts/common/sys/file.h
@@ -120,6 +120,11 @@ typedef struct fpollinfo {
#ifdef _KERNEL
/*
+ * This is a flag that is set on f_flag2, but is never user-visible
+ */
+#define FEPOLLED 0x8000
+
+/*
* Fake flags for driver ioctl calls to inform them of the originating
* process' model. See <sys/model.h>
*