platform_utils.{c/h} -> platform_util.{c/h}
This commit is contained in:
parent
5a7fe14590
commit
7dd82b4f51
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ extern mbedtls_threading_mutex_t mbedtls_threading_readdir_mutex;
|
|||
#include <unistd.h>
|
||||
#if !defined(_POSIX_VERSION) || 200112L > _POSIX_THREAD_SAFE_FUNCTIONS
|
||||
/*
|
||||
* The preprocessor conditions above are the same as in platform_utils.c and
|
||||
* The preprocessor conditions above are the same as in platform_util.c and
|
||||
* threading.c. Remember to update the code there when changing the conditions
|
||||
* here.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue