Update osdep_service.c

This commit is contained in:
Arch User
2026-03-12 23:58:29 +03:00
committed by GitHub
parent 04bb99fd6d
commit 7381b377a0

View File

@@ -872,7 +872,7 @@ u32 _rtw_down_sema(_sema *sema)
} }
inline void thread_exit(_completion *comp) __noreturn inline void thread_exit(_completion *comp)
{ {
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0) #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0)
complete_and_exit(comp, 0); complete_and_exit(comp, 0);