调用sem_wait()函数的时候,当信号量值为0时,sem_wait()不会锁住,返回值是 -1,errno 是38, errno.h上说是function not implemented .有谁知道是什么原因吗 ...