7 lines
173 B
C
7 lines
173 B
C
|
#include <pthreadP.h>
|
||
|
|
||
|
#define LLL_MUTEX_LOCK(mutex) lll_mutex_cond_lock(mutex)
|
||
|
#define __pthread_mutex_lock __pthread_mutex_cond_lock
|
||
|
|
||
|
#include <nptl/pthread_mutex_lock.c>
|