X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fbits%2Fmsg.h;h=a6b9ad5bad8c2b0af4ef91b6c051e9a241be063f;hb=5a92dd95c77cee81755f1a441ae0b71e3ae2bcdb;hp=3db8576b782380ebc0bd675b1253072bf8f630b2;hpb=1c8eb8bad791fe9d01d0d4ab77882db634fa933d;p=musl diff --git a/arch/powerpc/bits/msg.h b/arch/powerpc/bits/msg.h index 3db8576b..a6b9ad5b 100644 --- a/arch/powerpc/bits/msg.h +++ b/arch/powerpc/bits/msg.h @@ -1,12 +1,12 @@ struct msqid_ds { struct ipc_perm msg_perm; - time_t msg_stime; int __unused1; - time_t msg_rtime; + time_t msg_stime; int __unused2; - time_t msg_ctime; + time_t msg_rtime; int __unused3; + time_t msg_ctime; unsigned long msg_cbytes; msgqnum_t msg_qnum; msglen_t msg_qbytes;