From 218c01eb394d2a51106943ffac1c80897230cf02 Mon Sep 17 00:00:00 2001 From: Arch User Date: Thu, 12 Mar 2026 23:51:48 +0300 Subject: [PATCH] Update osdep_service.h --- include/osdep_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osdep_service.h b/include/osdep_service.h index ae08c06..3036b69 100644 --- a/include/osdep_service.h +++ b/include/osdep_service.h @@ -315,7 +315,7 @@ static __inline void thread_enter(char *name) allow_signal(SIGTERM); #endif } -void thread_exit(_completion *comp); +__noreturn void thread_exit(_completion *comp); void _rtw_init_completion(_completion *comp); void _rtw_wait_for_comp_timeout(_completion *comp); void _rtw_wait_for_comp(_completion *comp);