about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c
blob: d253c72ea42dab485964ca8f0d212c5b692599a9 (plain) (blame)
1
2
3
4
5
6
7
#include <pthreadP.h>

#define LLL_MUTEX_LOCK(mutex) lll_mutex_cond_lock(mutex)
#define __pthread_mutex_lock __pthread_mutex_cond_lock
#define NO_INCR

#include <nptl/pthread_mutex_lock.c>