summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-16 05:15:04 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-16 05:15:04 +0400
commita2e08b04521aa39ec5ce8594ca2ff5a3646cc2f5 (patch)
treeafe32a61bc8fae1767f4af477f48218d1647dca8
parentfdc13ecc7e265ae90fe57bc434dc10895063ff1f (diff)
downloadkit-a2e08b04521aa39ec5ce8594ca2ff5a3646cc2f5.zip
test
-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 *);