queue/sem_util.h @@ -13,6 +13,8 @@ int inc(int semId); void remove(int semid); void set(int semId, int val); } #endif