diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-16 05:15:04 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-16 05:15:04 +0400 |
commit | a2e08b04521aa39ec5ce8594ca2ff5a3646cc2f5 (patch) | |
tree | afe32a61bc8fae1767f4af477f48218d1647dca8 /source | |
parent | fdc13ecc7e265ae90fe57bc434dc10895063ff1f (diff) | |
download | kit-a2e08b04521aa39ec5ce8594ca2ff5a3646cc2f5.zip |
test
Diffstat (limited to 'source')
-rw-r--r-- | source/kit/c11/threads.h | 2 |
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 *); |