summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 16:47:36 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 16:47:36 +0000
commit623ca9818819fc3b87701ba39c1fcc6bd40ca9e5 (patch)
treeee01c664a1e76c7ea8246fc1c1bdf09010b5a07e /sys/amd64/linux
parent2ce85f55b6e94fb6842d99d07fd316dfd1361a1a (diff)
downloadFreeBSD-src-623ca9818819fc3b87701ba39c1fcc6bd40ca9e5.zip
FreeBSD-src-623ca9818819fc3b87701ba39c1fcc6bd40ca9e5.tar.gz
MFC r283443:
Put the correct value for the abi_nfdbits parameter of kern_select() for all supported Linuxulators.
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