📜  对 `sem_init' 的未定义引用 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:36.144000             🧑  作者: Mango

代码示例1
If you are on a linux system, you will need to compile and link with 
the -pthread flag to link the pthreads library.


$ gcc -pthread FileName.c