0b44a031
c68de0be ^
1 2 3 4
5
6
#include "pthread_impl.h" int pthread_mutex_lock(pthread_mutex_t *m) { return pthread_mutex_timedlock(m, 0); }