From e1e97f1f98baf82efcd5825d7c7a7b4b1b2f2e40 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 13 七月 2020 19:03:21 +0800 Subject: [PATCH] udpate --- queue/sem_util.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/queue/sem_util.h b/queue/sem_util.h index c4af638..0d673de 100644 --- a/queue/sem_util.h +++ b/queue/sem_util.h @@ -13,6 +13,8 @@ int inc(int semId); void remove(int semid); + void set(int semId, int val); + } #endif -- Gitblit v1.8.0