summaryrefslogtreecommitdiff
path: root/src/threads/tss_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/tss_get.c')
-rw-r--r--src/threads/tss_get.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/tss_get.c b/src/threads/tss_get.c
index f3d44ad3..56e1c7ba 100644
--- a/src/threads/tss_get.c
+++ b/src/threads/tss_get.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <threads.h>
#include <pthread.h>
@@ -9,3 +11,6 @@ void *tss_get(tss_t key)
/*
STDC(201112)
*/
+
+
+#endif