add new syscall numbers from linux v5.1
[musl] / arch / powerpc / bits / msg.h
index 3db8576..171c11a 100644 (file)
@@ -1,12 +1,11 @@
-struct msqid_ds
-{
+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;