summaryrefslogtreecommitdiff
path: root/src/threads/tss_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/tss_t.c')
-rw-r--r--src/threads/tss_t.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads/tss_t.c b/src/threads/tss_t.c
new file mode 100644
index 00000000..8d7ea994
--- /dev/null
+++ b/src/threads/tss_t.c
@@ -0,0 +1 @@
+typedef /* same as pthread_key_t */ tss_t;