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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threads/tss_get.c b/src/threads/tss_get.c
index 03c96419..68ff5cd1 100644
--- a/src/threads/tss_get.c
+++ b/src/threads/tss_get.c
@@ -9,6 +9,8 @@ void *tss_get(tss_t key)
return pthread_getspecific(key);
}
+__check_1(void *, 0, tss_get, tss_t)
+
/*
STDC(201112)
*/