diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 67e1363..c008ed2 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -230,7 +230,7 @@ /* #undef HAVE_MACH_O_DYLD_H */ /* Define if mallinfo() is available on this platform. */ -#define HAVE_MALLINFO 1 +/* #undef HAVE_MALLINFO */ /* Define to 1 if you have the <malloc.h> header file. */ /* #define HAVE_MALLOC_H 1 */ /* Defined by AndroidConfig.h */ |