Tagged Questions
1
vote
2answers
136 views
Can't compile code with semaphore under Solaris?
I have written some code which compiles fine under linux but on Solaris I am given some compiling errors. I use gcc test_compile.c -o tes -pthreads to compile.
#include <semaphore.h>
int ...