mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Minor documentation improvements
This commit is contained in:
		
							parent
							
								
									651d586ccf
								
							
						
					
					
						commit
						48a816ff26
					
				| @ -88,7 +88,7 @@ void mbedtls_platform_zeroize( void *buf, size_t len ); | |||||||
|  *             mbedtls_platform_gmtime_r() supplied by the user at compile time. |  *             mbedtls_platform_gmtime_r() supplied by the user at compile time. | ||||||
|  * |  * | ||||||
|  * \param tt     Pointer to an object containing time (in seconds) since the |  * \param tt     Pointer to an object containing time (in seconds) since the | ||||||
|  *               Epoc to be converted |  *               epoch to be converted | ||||||
|  * \param tm_buf Pointer to an object where the results will be stored |  * \param tm_buf Pointer to an object where the results will be stored | ||||||
|  * |  * | ||||||
|  * \return      Pointer to an object of type struct tm on success, otherwise |  * \return      Pointer to an object of type struct tm on success, otherwise | ||||||
|  | |||||||
| @ -25,7 +25,7 @@ | |||||||
| #define MBEDTLS_THREADING_H | #define MBEDTLS_THREADING_H | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  * Ensure gmtime_r is available even with -std=c99; must be included before |  * Ensure gmtime_r is available even with -std=c99; must be defined before | ||||||
|  * config.h, which pulls in glibc's features.h. Harmless on other platforms. |  * config.h, which pulls in glibc's features.h. Harmless on other platforms. | ||||||
|  */ |  */ | ||||||
| #if !defined(_POSIX_C_SOURCE) | #if !defined(_POSIX_C_SOURCE) | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ | |||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  * Ensure gmtime_r is available even with -std=c99; must be included before |  * Ensure gmtime_r is available even with -std=c99; must be defined before | ||||||
|  * config.h, which pulls in glibc's features.h. Harmless on other platforms. |  * config.h, which pulls in glibc's features.h. Harmless on other platforms. | ||||||
|  */ |  */ | ||||||
| #if !defined(_POSIX_C_SOURCE) | #if !defined(_POSIX_C_SOURCE) | ||||||
|  | |||||||
| @ -20,7 +20,7 @@ | |||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  * Ensure gmtime_r is available even with -std=c99; must be included before |  * Ensure gmtime_r is available even with -std=c99; must be defined before | ||||||
|  * config.h, which pulls in glibc's features.h. Harmless on other platforms. |  * config.h, which pulls in glibc's features.h. Harmless on other platforms. | ||||||
|  */ |  */ | ||||||
| #if !defined(_POSIX_C_SOURCE) | #if !defined(_POSIX_C_SOURCE) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hanno Becker
						Hanno Becker