diff options
Diffstat (limited to 'include/linux/msg.h')
-rw-r--r-- | include/linux/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h index 05115342daa3..81263fe3f9dc 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h | |||
@@ -30,6 +30,6 @@ struct msg_queue { | |||
30 | struct list_head q_messages; | 30 | struct list_head q_messages; |
31 | struct list_head q_receivers; | 31 | struct list_head q_receivers; |
32 | struct list_head q_senders; | 32 | struct list_head q_senders; |
33 | }; | 33 | } __randomize_layout; |
34 | 34 | ||
35 | #endif /* _LINUX_MSG_H */ | 35 | #endif /* _LINUX_MSG_H */ |