aboutsummaryrefslogtreecommitdiff
path: root/src/thread/synccall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/synccall.c')
-rw-r--r--src/thread/synccall.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/synccall.c b/src/thread/synccall.c
index 38597254..4019fce5 100644
--- a/src/thread/synccall.c
+++ b/src/thread/synccall.c
@@ -120,3 +120,11 @@ single_threaded:
__tl_unlock();
__restore_sigs(&oldmask);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif