We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4c713 commit 3343a67Copy full SHA for 3343a67
compat/win32/pthread.h
@@ -78,7 +78,7 @@ extern int win32_pthread_join(pthread_t *thread, void **value_ptr);
78
#define pthread_equal(t1, t2) ((t1).tid == (t2).tid)
79
extern pthread_t pthread_self(void);
80
81
-static inline int pthread_exit(void *ret)
+static inline int NORETURN pthread_exit(void *ret)
82
{
83
ExitThread((DWORD)(intptr_t)ret);
84
}
0 commit comments