summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 16:47:13 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 16:47:13 +0000
commit2336f8bb01468e095d7e18808b634c522904953b (patch)
treeb54d9174e6bfd512334b2c770d1d714d419f1d67 /sys/i386/linux/linux.h
parent5e8bb6e371ff1b6f5798fe297384f704a3a9537d (diff)
downloadFreeBSD-src-2336f8bb01468e095d7e18808b634c522904953b.zip
FreeBSD-src-2336f8bb01468e095d7e18808b634c522904953b.tar.gz
Put the correct value for the abi_nfdbits parameter of kern_select() for
all supported Linuxulators. Differential Revision: https://reviews.freebsd.org/D1093 Reviewed by: trasz
Diffstat (limited to 'sys/i386/linux/linux.h')
-rw-r--r--sys/i386/linux/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index cffa5c2..3087dac 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -89,6 +89,7 @@ typedef l_uint l_uid_t;
typedef l_ushort l_uid16_t;
typedef l_int l_timer_t;
typedef l_int l_mqd_t;
+typedef l_ulong l_fd_mask;
typedef struct {
l_int val[2];
OpenPOWER on IntegriCloud