diff options
Diffstat (limited to 'src/threads/tss_dtor_t.c')
-rw-r--r-- | src/threads/tss_dtor_t.c | 1 |
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*); |