summaryrefslogtreecommitdiff
path: root/src/thread/mtx_unlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/mtx_unlock.c')
-rw-r--r--src/thread/mtx_unlock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/thread/mtx_unlock.c b/src/thread/mtx_unlock.c
index ac91f993..2e5c8cf6 100644
--- a/src/thread/mtx_unlock.c
+++ b/src/thread/mtx_unlock.c
@@ -1,8 +1,6 @@
#include <threads.h>
#include <pthread.h>
-int __pthread_mutex_unlock(pthread_mutex_t *);
-
int mtx_unlock(mtx_t *mtx)
{
/* The only cases where pthread_mutex_unlock can return an