aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-10 11:48:45 +0800
committercrupest <crupest@outlook.com>2021-06-10 11:48:45 +0800
commit06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9 (patch)
tree89e1e7f09170ace4c2b740ab932de21c01e4fd7c
parent1ce9ffb961fa2d2f878131bfc6fe38ce9317a401 (diff)
downloadcrupest-06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9.tar.gz
crupest-06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9.tar.bz2
crupest-06c91dd3a3d17bd1f884c7e322fd7701a95ce7a9.zip
import(life): ...
-rw-r--r--works/life/operating-system-experiment/Interlocked.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/works/life/operating-system-experiment/Interlocked.hpp b/works/life/operating-system-experiment/Interlocked.hpp
index 1151e39..aa5dbfc 100644
--- a/works/life/operating-system-experiment/Interlocked.hpp
+++ b/works/life/operating-system-experiment/Interlocked.hpp
@@ -4,7 +4,7 @@
#include "Base.h"
namespace cru {
-CRU_API void InterlockedIncrease(volatile long long *v);
+CRU_API void InterlockedAdd(volatile long long *v, long long a);
}
#endif