Skip to content

contrib: pthreads: fix detached threads return value

Steve Lhomme requested to merge robUx4/vlc:winpthreads-detached into master

It's supposed to return EINVAL when the thread is not joinable when calling pthread_detach() and pthread_join(), not ESRCH.

Merge request reports