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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/tss_dtor_t.c b/src/threads/tss_dtor_t.c
index f36e3298..fa2556cb 100644
--- a/src/threads/tss_dtor_t.c
+++ b/src/threads/tss_dtor_t.c
@@ -1 +1,5 @@
typedef void (*tss_dtor_t)(void*);
+
+/*
+STDC(201112)
+*/