aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutexattr_setprotocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_mutexattr_setprotocol.c')
-rw-r--r--src/thread/pthread_mutexattr_setprotocol.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_mutexattr_setprotocol.c b/src/thread/pthread_mutexattr_setprotocol.c
index 8b80c1ce..ecfa4d32 100644
--- a/src/thread/pthread_mutexattr_setprotocol.c
+++ b/src/thread/pthread_mutexattr_setprotocol.c
@@ -26,3 +26,11 @@ int pthread_mutexattr_setprotocol(pthread_mutexattr_t *a, int protocol)
return EINVAL;
}
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif