fix typo in sys/msg.h

This commit is contained in:
Rich Felker 2011-04-06 17:50:38 -04:00
parent 92bd4c6031
commit 095ad15673
1 changed files with 1 additions and 1 deletions

View File

@ -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