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:
des 2008-02-06 20:42:35 +00:00
parent a735f997fd
commit 0cd1685caf
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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