]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/msg.h
Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-bionic-kernel.git] / include / linux / msg.h
index 05115342daa342dd77d6649989a06f2c86380cb7..81263fe3f9dc9dee1d3341fa5c7eda322df415c0 100644 (file)
@@ -30,6 +30,6 @@ struct msg_queue {
        struct list_head q_messages;
        struct list_head q_receivers;
        struct list_head q_senders;
-};
+} __randomize_layout;
 
 #endif /* _LINUX_MSG_H */