disable obsolete glibc extensions elsewhere

pull/106/head
Daniel Micay 2020-02-03 08:38:53 -05:00
parent bee398f860
commit 449962e044
1 changed files with 2 additions and 0 deletions

View File

@ -1797,7 +1797,9 @@ EXPORT int h_malloc_info(int options, UNUSED FILE *fp) {
return -1; return -1;
#endif #endif
} }
#endif
#ifdef __GLIBC__
COLD EXPORT void *h_malloc_get_state(void) { COLD EXPORT void *h_malloc_get_state(void) {
return NULL; return NULL;
} }