* Makefile (tests): Add tst-sem10.
[glibc.git] / nptl / sysdeps / unix / sysv / linux / pthread_mutex_cond_lock.c
bloba97351f880549598875a03612fbaf5c75c3e983b
1 #include <pthreadP.h>
3 #define LLL_MUTEX_LOCK(mutex) lll_mutex_cond_lock (mutex)
4 #define LLL_MUTEX_TRYLOCK(mutex) lll_mutex_cond_trylock (mutex)
5 #define LLL_ROBUST_MUTEX_LOCK(mutex, id) lll_robust_mutex_cond_lock (mutex, id)
6 #define __pthread_mutex_lock __pthread_mutex_cond_lock
7 #define NO_INCR
9 #include <nptl/pthread_mutex_lock.c>