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