Open sheldonrobinson opened 1 month ago
Enabling thread-safe build results in compile error.
ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Missing functions are pthread_cancel and pthread_setcancelstate
pthread_cancel
pthread_setcancelstate
Platform
Additional context Add any other context about the problem here.
Fixed found in #4986
Enabling thread-safe build results in compile error.
Missing functions are
pthread_cancel
andpthread_setcancelstate
Platform
Additional context Add any other context about the problem here.