docs fix makefile shell expansions
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s
This commit is contained in:
@@ -52,8 +52,6 @@ static int _acquire_lock (MLOCK_T* lock) { return mutex_lock (*lock); }
|
||||
|
||||
static int _release_lock (MLOCK_T* lock) { return mutex_unlock (*lock); }
|
||||
|
||||
static int _try_lock (MLOCK_T* lock) { return mutex_try (*lock); }
|
||||
|
||||
#define INITIAL_LOCK(lk) _init_lock ((lk))
|
||||
|
||||
#define DESTROY_LOCK(lk) _fini_lock ((lk))
|
||||
|
||||
Reference in New Issue
Block a user