mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 15:56:28 +00:00
Minor documentation improvements
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
#if !defined(_POSIX_C_SOURCE)
|
||||
|
||||
Reference in New Issue
Block a user