use libc-internal malloc for newlocale/freelocale
[musl] / src / thread / mtx_trylock.c
index 8d1fb07..40a8b8c 100644 (file)
@@ -1,8 +1,6 @@
 #include "pthread_impl.h"
 #include <threads.h>
 
-int __pthread_mutex_trylock(pthread_mutex_t *);
-
 int mtx_trylock(mtx_t *m)
 {
        if (m->_m_type == PTHREAD_MUTEX_NORMAL)