mirror of
https://github.com/fluencelabs/musl
synced 2025-06-13 06:51:43 +00:00
fix typo in sys/msg.h
This commit is contained in:
@ -23,7 +23,7 @@ struct msqid_ds
|
|||||||
msgqnum_t msg_qnum;
|
msgqnum_t msg_qnum;
|
||||||
msglen_t msg_qbytes;
|
msglen_t msg_qbytes;
|
||||||
pid_t msg_lspid;
|
pid_t msg_lspid;
|
||||||
pid_t msd_lrpid;
|
pid_t msg_lrpid;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MSG_NOERROR 010000
|
#define MSG_NOERROR 010000
|
||||||
|
Reference in New Issue
Block a user