mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 16:49:47 +00:00
threading_set_own() renamed to threading_set_alt()
This commit is contained in:
@@ -117,7 +117,7 @@ int (*polarssl_mutex_free)( threading_mutex_t * ) = NULL;
|
||||
int (*polarssl_mutex_lock)( threading_mutex_t * ) = NULL;
|
||||
int (*polarssl_mutex_unlock)( threading_mutex_t * ) = NULL;
|
||||
|
||||
int threading_set_own( int (*mutex_init)( threading_mutex_t * ),
|
||||
int threading_set_alt( int (*mutex_init)( threading_mutex_t * ),
|
||||
int (*mutex_free)( threading_mutex_t * ),
|
||||
int (*mutex_lock)( threading_mutex_t * ),
|
||||
int (*mutex_unlock)( threading_mutex_t * ) )
|
||||
|
||||
Reference in New Issue
Block a user