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