about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c
blob: 893a5e932d0aa34cd56001c8f3d54f123bf567bc (plain) (blame)
1
2
3
4
5
6
#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>