msgctl.2: Use field name "msg_cbytes" rather than "__msg_cbytes"

The shorter name is provided by default (i.e., if _DEFAULT_SOURCE
is defined).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-15 09:56:03 +01:00
parent 72d2eba770
commit a07ea11104
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ struct msqid_ds {
time_t msg_rtime; /* Time of last msgrcv(2) */
time_t msg_ctime; /* Creation time/time of last
modification via msgctl() */
unsigned long __msg_cbytes; /* Current number of bytes in
unsigned long msg_cbytes; /* Current number of bytes in
queue (nonstandard) */
msgqnum_t msg_qnum; /* Current number of messages
in queue */