aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-10-12 20:54:07 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-10-12 20:56:41 +0300
commit89f4fe86c8e4b5f9ae0e9524b81bac1235cb01e8 (patch)
tree028612c23a04b6d444f20cf05cb28e26af716416
parent97a866299cd6203f424d7c550c444a75dfa98e67 (diff)
downloadandroid_external_bash-89f4fe86c8e4b5f9ae0e9524b81bac1235cb01e8.tar.gz
android_external_bash-89f4fe86c8e4b5f9ae0e9524b81bac1235cb01e8.tar.bz2
android_external_bash-89f4fe86c8e4b5f9ae0e9524b81bac1235cb01e8.zip
Disable getdtablesize for everyone
* Previously it was disabled for LP64 but LP32 fails now as well Change-Id: I78ca267b5e3b3d83fbb227056205e82c3372e95a
-rw-r--r--config.h4
1 files changed, 1 insertions, 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