summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/BinaryMutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/BinaryMutex.h')
-rw-r--r--src/kernel/KernelKit/BinaryMutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/KernelKit/BinaryMutex.h b/src/kernel/KernelKit/BinaryMutex.h
index 5431ab72..46d11b8d 100644
--- a/src/kernel/KernelKit/BinaryMutex.h
+++ b/src/kernel/KernelKit/BinaryMutex.h
@@ -21,10 +21,10 @@ class BinaryMutex final {
public:
bool IsLocked() const;
- bool Unlock() noexcept;
+ bool Unlock();
public:
- BOOL WaitForProcess(const UInt32& sec) noexcept;
+ BOOL WaitForProcess(const UInt32& sec);
public:
bool Lock(USER_PROCESS* process);