diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mutex.h b/src/util/mutex.h index f8178a2..283be53 100644 --- a/src/util/mutex.h +++ b/src/util/mutex.h @@ -6,7 +6,7 @@ #define SCHED_PID 2 struct Mutex { - unsigned long* addr; + void* addr; unsigned long pid; } __attribute__((packed, aligned(4)));; |