summaryrefslogtreecommitdiff
path: root/src/threads/tss_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/tss_get.c')
-rw-r--r--src/threads/tss_get.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/tss_get.c b/src/threads/tss_get.c
index 68484fbe..f3d44ad3 100644
--- a/src/threads/tss_get.c
+++ b/src/threads/tss_get.c
@@ -5,3 +5,7 @@ void *tss_get(tss_t key)
{
return pthread_getspecific(key);
}
+
+/*
+STDC(201112)
+*/