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, 1 insertions, 1 deletions
diff --git a/src/threads/thrd_current.c b/src/threads/thrd_current.c
index f18d7b29..a47d6b82 100644
--- a/src/threads/thrd_current.c
+++ b/src/threads/thrd_current.c
@@ -9,7 +9,7 @@ thrd_t thrd_current(void)
return pthread_self();
}
-__check_0(thrd_t, 0, thrd_current)
+CHECK_0(thrd_t, 0, thrd_current)
/*
STDC(201112)