temp fix for pthread_exit

This commit is contained in:
georgemoralis 2024-07-19 08:48:44 +03:00
parent d937b60055
commit dc3f406f99

View File

@ -1111,8 +1111,8 @@ pthread_exit (void *res)
id->ret_arg = res;
_pthread_cleanup_dest (id->x);
if (id->thread_noposix == 0)
longjmp(id->jb, 1);
//if (id->thread_noposix == 0)
// longjmp(id->jb, 1);
/* Make sure we free ourselves if we are detached */
if ((t = (_pthread_v *)TlsGetValue(_pthread_tls)) != NULL)