From c0ede9e4046a0882d83ae4b45c7dfac86fb7c15d Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 30 Apr 2016 19:18:17 -0500 Subject: add powerpc64 port --- arch/powerpc64/bits/msg.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 arch/powerpc64/bits/msg.h (limited to 'arch/powerpc64/bits/msg.h') diff --git a/arch/powerpc64/bits/msg.h b/arch/powerpc64/bits/msg.h new file mode 100644 index 00000000..badcf168 --- /dev/null +++ b/arch/powerpc64/bits/msg.h @@ -0,0 +1,13 @@ +struct msqid_ds +{ + struct ipc_perm msg_perm; + time_t msg_stime; + time_t msg_rtime; + time_t msg_ctime; + unsigned long msg_cbytes; + msgqnum_t msg_qnum; + msglen_t msg_qbytes; + pid_t msg_lspid; + pid_t msg_lrpid; + unsigned long __unused[2]; +}; -- cgit v1.2.1