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