On Sun, 14 Jul 2019 14:57:54 +0200, Klemens Nanni wrote:

> What msgsnd(2) send takes should be of type `struct mymsg`, but our
> manual page lackes the struct's name, so this could be improved as well.

The struct name is intentionally omitted because the standard doesn't
specify one.  Callers need to make their own struct with those
elements.  Any code that relies on "struct mymsg" in sys/msg.h will
not be portable.

 - todd

Reply via email to