summaryrefslogtreecommitdiff
path: root/src/threads/cnd_timedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/cnd_timedwait.c')
-rw-r--r--src/threads/cnd_timedwait.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/cnd_timedwait.c b/src/threads/cnd_timedwait.c
index d3421cff..ebd822f0 100644
--- a/src/threads/cnd_timedwait.c
+++ b/src/threads/cnd_timedwait.c
@@ -17,3 +17,7 @@ int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timesp
return thrd_error;
}
+
+/*
+STDC(201112)
+*/