mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-11-03 01:06:33 +01:00 
			
		
		
		
	Add another ifdef for GNU extension
This commit is contained in:
		
							parent
							
								
									769e01fc4b
								
							
						
					
					
						commit
						ecc1dd813a
					
				
					 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