mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
Add another ifdef for GNU extension
This commit is contained in:
parent
769e01fc4b
commit
9966adbdad
1 changed files with 2 additions and 0 deletions
|
@ -26,5 +26,7 @@ int main(void) {
|
|||
pthread_join(thread[i], NULL);
|
||||
}
|
||||
|
||||
#if defined(__GLIBC__) || defined(__ANDROID__)
|
||||
malloc_info(0, stdout);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue