summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/kit/c11/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit/c11/threads.h b/source/kit/c11/threads.h
index be6bc2d..f0a398a 100644
--- a/source/kit/c11/threads.h
+++ b/source/kit/c11/threads.h
@@ -172,7 +172,7 @@ int thrd_equal(thrd_t, thrd_t);
#if defined(__cplusplus)
[[ noreturn ]]
#else
-_Noreturn
+//_Noreturn
#endif
void thrd_exit(int);
int thrd_join(thrd_t, int *);