summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2017-03-30 20:03:20 +0000
committerdchagin <dchagin@FreeBSD.org>2017-03-30 20:03:20 +0000
commitdb2c7581b84b7b90b70cf0e443534bbb1f3250b8 (patch)
tree9565df5b42e03bb3e27f98c25819cf2388c28ba5 /sys/sys/file.h
parent2af14b4211a7f6229eea6239549b514c7729dc5d (diff)
downloadFreeBSD-src-db2c7581b84b7b90b70cf0e443534bbb1f3250b8.zip
FreeBSD-src-db2c7581b84b7b90b70cf0e443534bbb1f3250b8.tar.gz
MFC r314295:
Implement timerfd family syscalls.
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 c51f26a..948c19b 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -67,6 +67,7 @@ struct vnode;
#define DTYPE_DEV 11 /* Device specific fd type */
#define DTYPE_PROCDESC 12 /* process descriptor */
#define DTYPE_LINUXEFD 13 /* emulation eventfd type */
+#define DTYPE_LINUXTFD 14 /* emulation timerfd type */
#ifdef _KERNEL
OpenPOWER on IntegriCloud