Add pthread_mutex_isowned_np() so there is no need for an additional
prototype next to the implementation. MFC after: 2 weeks
This commit is contained in:
parent
a735f997fd
commit
0cd1685caf
@ -143,6 +143,7 @@
|
||||
#define pthread_mutex_destroy _pthread_mutex_destroy
|
||||
#define pthread_mutex_getprioceiling _pthread_mutex_getprioceiling
|
||||
#define pthread_mutex_init _pthread_mutex_init
|
||||
#define pthread_mutex_isowned_np _pthread_mutex_isowned_np
|
||||
#define pthread_mutex_lock _pthread_mutex_lock
|
||||
#define pthread_mutex_setprioceiling _pthread_mutex_setprioceiling
|
||||
#define pthread_mutex_timedlock _pthread_mutex_timedlock
|
||||
|
@ -124,6 +124,7 @@
|
||||
#undef pthread_mutex_destroy
|
||||
#undef pthread_mutex_getprioceiling
|
||||
#undef pthread_mutex_init
|
||||
#undef pthread_mutex_isowned_np
|
||||
#undef pthread_mutex_lock
|
||||
#undef pthread_mutex_setprioceiling
|
||||
#undef pthread_mutex_timedlock
|
||||
|
Loading…
Reference in New Issue
Block a user