aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_unlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_mutex_unlock.c')
-rw-r--r--src/thread/pthread_mutex_unlock.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_mutex_unlock.c b/src/thread/pthread_mutex_unlock.c
index b66423e6..8d574ab4 100644
--- a/src/thread/pthread_mutex_unlock.c
+++ b/src/thread/pthread_mutex_unlock.c
@@ -50,3 +50,11 @@ int __pthread_mutex_unlock(pthread_mutex_t *m)
}
weak_alias(__pthread_mutex_unlock, pthread_mutex_unlock);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif