diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/mutex.h | 3 |
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; |