(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / nptl / sysdeps / unix / sysv / linux / pthread_mutex_cond_lock.c
blob990db87416c99716596783d2470bebbf1b8326ab
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 __pthread_mutex_lock __pthread_mutex_cond_lock
6 #define NO_INCR
8 #include <nptl/pthread_mutex_lock.c>