On Sun, Jul 14, 2019 at 02:57:54PM +0200, Klemens Nanni wrote:
> We also fail to mention that condition in the ERRORS section.

Moritz, can you create a man page ERRORS diff?

> > -   if (msg->msg_type < 0) {
> > +   if (msg->msg_type <= 0) {
> OK kn, although I'd go with `< 1' as that matches the specification's
> wording as well as what NetBSD and FreeBSD have in sysv_msg.c.

I have commited it with < 1.  For both variants llvm creates the
same object with cmp 0.

bluhm

Reply via email to