diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2019-10-12 20:54:07 +0300 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2019-10-12 20:56:41 +0300 |
| commit | 89f4fe86c8e4b5f9ae0e9524b81bac1235cb01e8 (patch) | |
| tree | 028612c23a04b6d444f20cf05cb28e26af716416 | |
| parent | 97a866299cd6203f424d7c550c444a75dfa98e67 (diff) | |
| download | android_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.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
