summaryrefslogtreecommitdiff
path: root/src/threads/thrd_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thrd_t.c')
-rw-r--r--src/threads/thrd_t.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/thrd_t.c b/src/threads/thrd_t.c
index d996cd60..9db99925 100644
--- a/src/threads/thrd_t.c
+++ b/src/threads/thrd_t.c
@@ -1 +1,5 @@
typedef /* same as pthread_t */ thrd_t;
+
+/*
+STDC(201112)
+*/