aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 16:49:14 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 16:49:14 +0000
commita31d76867dfbe663d882de56ad7a07985bd0b780 (patch)
tree912a2865ccd9bf4dcbdcfd982ea917ed7ac03536 /sys/sys/file.h
parent3e89b64168e77c413823002dd58be6a081970629 (diff)
downloadsrc-a31d76867dfbe663d882de56ad7a07985bd0b780.tar.gz
src-a31d76867dfbe663d882de56ad7a07985bd0b780.zip
Implement eventfd system call.
Differential Revision: https://reviews.freebsd.org/D1094 In collaboration with: Jilles Tjoelker
Notes
Notes: svn path=/head/; revision=283444
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index 153885123704..d2e3c5e0d99c 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -66,6 +66,7 @@ struct socket;
#define DTYPE_PTS 10 /* pseudo teletype master device */
#define DTYPE_DEV 11 /* Device specific fd type */
#define DTYPE_PROCDESC 12 /* process descriptor */
+#define DTYPE_LINUXEFD 13 /* emulation eventfd type */
#ifdef _KERNEL