aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_setschedprio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_setschedprio.c')
-rw-r--r--src/thread/pthread_setschedprio.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_setschedprio.c b/src/thread/pthread_setschedprio.c
index fc2e13dd..ca4efbbd 100644
--- a/src/thread/pthread_setschedprio.c
+++ b/src/thread/pthread_setschedprio.c
@@ -12,3 +12,11 @@ int pthread_setschedprio(pthread_t t, int prio)
__restore_sigs(&set);
return r;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif