From 623ca9818819fc3b87701ba39c1fcc6bd40ca9e5 Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 9 Jan 2016 16:47:36 +0000 Subject: MFC r283443: Put the correct value for the abi_nfdbits parameter of kern_select() for all supported Linuxulators. --- sys/amd64/linux/linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/amd64/linux') 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]; -- cgit v1.1