summaryrefslogtreecommitdiff
path: root/src/threads/thrd_equal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thrd_equal.c')
-rw-r--r--src/threads/thrd_equal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threads/thrd_equal.c b/src/threads/thrd_equal.c
index cf2a64b1..7d072c2c 100644
--- a/src/threads/thrd_equal.c
+++ b/src/threads/thrd_equal.c
@@ -9,6 +9,8 @@ int thrd_equal(thrd_t thr0, thrd_t thr1)
return pthread_equal(thr0, thr1);
}
+__check_2(int, 0, thrd_equal, thrd_t, thrd_t)
+
/*
STDC(201112)
*/