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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mutex.h b/src/util/mutex.h
index f99b7a8..f8178a2 100644
--- a/src/util/mutex.h
+++ b/src/util/mutex.h
@@ -8,7 +8,7 @@
struct Mutex {
unsigned long* addr;
unsigned long pid;
-};
+} __attribute__((packed, aligned(4)));;
unsigned char lock_mutex(struct Mutex*, unsigned long);
unsigned char release_mutex(struct Mutex*, unsigned long);