summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux
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/amd64/linux
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/amd64/linux')
-rw-r--r--sys/amd64/linux/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/linux/linux.h b/sys/amd64/linux/linux.h
index 2ade33c..0845809 100644
--- a/sys/amd64/linux/linux.h
+++ b/sys/amd64/linux/linux.h
@@ -82,6 +82,7 @@ typedef l_long l_time_t;
typedef l_int l_timer_t;
typedef l_int l_mqd_t;
typedef l_size_t l_socklen_t;
+typedef l_ulong l_fd_mask;
typedef struct {
l_int val[2];
OpenPOWER on IntegriCloud