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