From 41f36e75eb8207c04012f4c951c3574d6a1c4532 Mon Sep 17 00:00:00 2001 From: Shi Jijun <5080053@qq.com> Date: Tue, 12 Jul 2016 11:08:04 +0800 Subject: [PATCH] sjj 's change fdsafdsafda test --- CLinuxMutex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLinuxMutex.cpp b/CLinuxMutex.cpp index dc877e5..a5d0346 100755 --- a/CLinuxMutex.cpp +++ b/CLinuxMutex.cpp @@ -57,7 +57,7 @@ bool CLinuxMutex::Lock() return locked; } - +//test sjj make some change bool CLinuxMutex::UnLock() { int result;