summaryrefslogtreecommitdiff
path: root/src/threads/thrd_current.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thrd_current.c')
-rw-r--r--src/threads/thrd_current.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threads/thrd_current.c b/src/threads/thrd_current.c
index 7562a95a..f18d7b29 100644
--- a/src/threads/thrd_current.c
+++ b/src/threads/thrd_current.c
@@ -9,6 +9,8 @@ thrd_t thrd_current(void)
return pthread_self();
}
+__check_0(thrd_t, 0, thrd_current)
+
/*
STDC(201112)
*/