mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 18:55:37 +01:00
Style: Add missing period in documentation in threading.h
This commit is contained in:
parent
6a739789f3
commit
651d586ccf
@ -116,7 +116,7 @@ extern mbedtls_threading_mutex_t mbedtls_threading_readdir_mutex;
|
|||||||
/*
|
/*
|
||||||
* The preprocessor conditions above are the same as in platform_utils.c and
|
* The preprocessor conditions above are the same as in platform_utils.c and
|
||||||
* threading.c. Remember to update the code there when changing the conditions
|
* threading.c. Remember to update the code there when changing the conditions
|
||||||
* here
|
* here.
|
||||||
*/
|
*/
|
||||||
extern mbedtls_threading_mutex_t mbedtls_threading_gmtime_mutex;
|
extern mbedtls_threading_mutex_t mbedtls_threading_gmtime_mutex;
|
||||||
#endif /* !_POSIX_VERSION || 200112L > _POSIX_THREAD_SAFE_FUNCTIONS */
|
#endif /* !_POSIX_VERSION || 200112L > _POSIX_THREAD_SAFE_FUNCTIONS */
|
||||||
|
Loading…
Reference in New Issue
Block a user