aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_setspecific.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_setspecific.c')
-rw-r--r--src/thread/pthread_setspecific.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_setspecific.c b/src/thread/pthread_setspecific.c
index 55e46a89..828802bb 100644
--- a/src/thread/pthread_setspecific.c
+++ b/src/thread/pthread_setspecific.c
@@ -10,3 +10,11 @@ int pthread_setspecific(pthread_key_t k, const void *x)
}
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif