summaryrefslogtreecommitdiff
path: root/src/threads/thrd_sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thrd_sleep.c')
-rw-r--r--src/threads/thrd_sleep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/thrd_sleep.c b/src/threads/thrd_sleep.c
index 49c5522c..8c853d17 100644
--- a/src/threads/thrd_sleep.c
+++ b/src/threads/thrd_sleep.c
@@ -5,3 +5,7 @@ int thrd_sleep(const struct timespec *duration, struct timespec *remaining)
{
return nanosleep(duration, remaining);
}
+
+/*
+STDC(201112)
+*/