mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-16 23:53:18 +03: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…
x
Reference in New Issue
Block a user