mirror of
git://git.musl-libc.org/musl
synced 2025-02-02 12:01:40 +00:00
fix typo in sys/msg.h
This commit is contained in:
parent
92bd4c6031
commit
095ad15673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user