Hi,
I have faced a problem when tried to run a small thread program in Sco OpenServer 5.0.6
I have installed FSUpthreads 3.5 and Pth1.4.0
The sample program is:
/* sampth.c */
#include <pthread.h>
#include <math.h>
void thread()
{
printf("I am subthread\n");
}
main()
{
pthread_t...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.