From 8b4ddf10e71e1c8fabd33c72b282f7da65ff682f Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 14 七月 2020 15:59:44 +0800 Subject: [PATCH] commit --- 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