diff options
Diffstat (limited to 'src/threads/tss_t.c')
| -rw-r--r-- | src/threads/tss_t.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/tss_t.c b/src/threads/tss_t.c index 8d7ea994..8efd9a9d 100644 --- a/src/threads/tss_t.c +++ b/src/threads/tss_t.c @@ -1 +1,5 @@ typedef /* same as pthread_key_t */ tss_t; + +/* +STDC(201112) +*/ |
