aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-12-23 14:14:04 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-12-27 10:57:26 +0000
commit7a202823aa54ba18c485bdbcf355269bcfee1ab9 (patch)
treea6a53d2d79199defb8e4b96dae58c166f08788cf /sys/sys/file.h
parent7cb901bf227f1591f208a9df5ddc948c6124e0a8 (diff)
downloadsrc-7a202823aa54ba18c485bdbcf355269bcfee1ab9.tar.gz
src-7a202823aa54ba18c485bdbcf355269bcfee1ab9.zip
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index 165ca10c9f76..c42ab09a7e03 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -69,7 +69,7 @@ struct nameidata;
#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 */
+#define DTYPE_EVENTFD 13 /* eventfd */
#define DTYPE_LINUXTFD 14 /* emulation timerfd type */
#ifdef _KERNEL