Add another ifdef for GNU extension
parent
769e01fc4b
commit
9966adbdad
|
@ -26,5 +26,7 @@ int main(void) {
|
|||
pthread_join(thread[i], NULL);
|
||||
}
|
||||
|
||||
#if defined(__GLIBC__) || defined(__ANDROID__)
|
||||
malloc_info(0, stdout);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue