Closed p3r7 closed 2 years ago
gcc is smart enough to include it implicitely for the use of pthread_t just bellow but musl-gcc (under alpine) is not as smart.
gcc
pthread_t
musl-gcc
gcc
is smart enough to include it implicitely for the use ofpthread_t
just bellow butmusl-gcc
(under alpine) is not as smart.