From a07ea11104f28bf1dc6f73eb47b6057c81b8794b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 15 Nov 2020 09:56:03 +0100 Subject: [PATCH] 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 --- man2/msgctl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 57a241ebe..a735ce9c4 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -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 */