summaryrefslogtreecommitdiff
path: root/src/threads/tss_t.c
blob: 8efd9a9da25de45107a328bc3cc7e46ac01920b2 (plain)
1
2
3
4
5
typedef /* same as pthread_key_t */ tss_t;

/*
STDC(201112)
*/