diff options
Diffstat (limited to 'htl/pt-internal.h')
-rw-r--r-- | htl/pt-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htl/pt-internal.h b/htl/pt-internal.h index 064e795157..8ffe1bd970 100644 --- a/htl/pt-internal.h +++ b/htl/pt-internal.h @@ -301,6 +301,9 @@ extern error_t __pthread_sigstate (struct __pthread *__restrict thread, int how, const sigset_t *__restrict set, sigset_t *__restrict oset, int clear_pending); + +/* If supported, check that MUTEX is locked by the caller. */ +extern int __pthread_mutex_checklocked (pthread_mutex_t *mtx); /* Default thread attributes. */ |