mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Document that IAR gmtime_s() is auto selected
This commit is contained in:
@@ -149,9 +149,9 @@
|
||||
* when called behaves similarly to the gmtime() function from the C standard,
|
||||
* but is thread safe. Mbed TLS will try to identify the underlying platform
|
||||
* and configure an appropriate underlying implementation (e.g. gmtime_r() for
|
||||
* POSIX and gmtime_s() for Windows). If this is not possible, then gmtime()
|
||||
* will be used. Refer to the documentation for mbedtls_platform_gmtime() for
|
||||
* more information.
|
||||
* POSIX and gmtime_s() for Windows and IAR). If this is not possible, then
|
||||
* gmtime() will be used. Refer to the documentation for
|
||||
* mbedtls_platform_gmtime() for more information.
|
||||
*
|
||||
* \note It is possible to configure an implementation for
|
||||
* mbedtls_platform_gmtime() at compile-time by using the macro
|
||||
|
||||
Reference in New Issue
Block a user