From 89f4fe86c8e4b5f9ae0e9524b81bac1235cb01e8 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 12 Oct 2019 20:54:07 +0300 Subject: Disable getdtablesize for everyone * Previously it was disabled for LP64 but LP32 fails now as well Change-Id: I78ca267b5e3b3d83fbb227056205e82c3372e95a --- config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.h b/config.h index 721390c..073f5b5 100644 --- a/config.h +++ b/config.h @@ -597,10 +597,8 @@ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 -#ifndef __LP64__ /* Define if you have the getdtablesize function. */ -#define HAVE_GETDTABLESIZE 1 -#endif +/* #undef HAVE_GETDTABLESIZE */ /* Define if you have the getgroups function. */ #define HAVE_GETGROUPS 1 -- cgit v1.2.3