mirror of
https://sourceware.org/git/glibc.git
synced 2025-04-24 21:47:24 +03:00
9 lines
252 B
C
9 lines
252 B
C
#include <pthreadP.h>
|
|
|
|
#define LLL_MUTEX_LOCK(mutex) lll_mutex_cond_lock(mutex)
|
|
#define LLL_MUTEX_TRYLOCK(mutex) lll_mutex_cond_trylock(mutex)
|
|
#define __pthread_mutex_lock __pthread_mutex_cond_lock
|
|
#define NO_INCR
|
|
|
|
#include <nptl/pthread_mutex_lock.c>
|