View | Details | Raw Unified | Return to bug 3441
Collapse All | Expand All

(-)a/configure.ac (+2 lines)
Lines 3539-3544 AC_ARG_WITH([sandbox], Link Here
3539
	]
3539
	]
3540
)
3540
)
3541
3541
3542
if test "x$sandbox_arg" != "xno"; then
3542
# POSIX specifies that poll() "shall fail with EINVAL if the nfds argument
3543
# POSIX specifies that poll() "shall fail with EINVAL if the nfds argument
3543
# is greater than OPEN_MAX".  On some platforms that includes implementions
3544
# is greater than OPEN_MAX".  On some platforms that includes implementions
3544
# ofselect in userspace on top of poll() so check both work with rlimit NOFILES
3545
# ofselect in userspace on top of poll() so check both work with rlimit NOFILES
Lines 3598-3603 AC_RUN_IFELSE( Link Here
3598
	[AC_MSG_WARN([cross compiling: assuming no])
3599
	[AC_MSG_WARN([cross compiling: assuming no])
3599
	 select_works_with_rlimit=no]
3600
	 select_works_with_rlimit=no]
3600
)
3601
)
3602
fi
3601
3603
3602
AC_CHECK_MEMBERS([struct pollfd.fd], [], [], [[
3604
AC_CHECK_MEMBERS([struct pollfd.fd], [], [], [[
3603
#include <sys/types.h>
3605
#include <sys/types.h>

Return to bug 3441