summaryrefslogtreecommitdiff
path: root/Kernel/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Thread.h')
-rw-r--r--Kernel/Thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Thread.h b/Kernel/Thread.h
index 1e0553a0ca..16a2a5cc9f 100644
--- a/Kernel/Thread.h
+++ b/Kernel/Thread.h
@@ -301,6 +301,7 @@ public:
enum class BlockResult {
WokeNormally,
+ NotBlocked,
InterruptedBySignal,
InterruptedByDeath,
InterruptedByTimeout,