From a2e08b04521aa39ec5ce8594ca2ff5a3646cc2f5 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Tue, 16 Aug 2022 05:15:04 +0400 Subject: test --- source/kit/c11/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 *); -- cgit v1.2.3