mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Define _POSIX_C_SOURCE in threading.c before POSIX detection
This commit is contained in:
		
							parent
							
								
									c2f948b6c6
								
							
						
					
					
						commit
						e9b10b21f1
					
				@ -19,6 +19,12 @@
 | 
			
		||||
 *  This file is part of mbed TLS (https://tls.mbed.org)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Ensure gmtime_r is available even with -std=c99; must be included before
 | 
			
		||||
 * config.h, which pulls in glibc's features.h. Harmless on other platforms.
 | 
			
		||||
 */
 | 
			
		||||
#define _POSIX_C_SOURCE 200112L
 | 
			
		||||
 | 
			
		||||
#if !defined(MBEDTLS_CONFIG_FILE)
 | 
			
		||||
#include "mbedtls/config.h"
 | 
			
		||||
#else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user