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