aboutsummaryrefslogtreecommitdiff
path: root/src/util/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/mutex.h')
-rw-r--r--src/util/mutex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/mutex.h b/src/util/mutex.h
index 37def4b..f99b7a8 100644
--- a/src/util/mutex.h
+++ b/src/util/mutex.h
@@ -2,7 +2,8 @@
#define UTIL_MUTEX_H
#define NULL_PID 0
-#define SCHED_PID 1
+#define SYS_PID 1
+#define SCHED_PID 2
struct Mutex {
unsigned long* addr;