CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2019/07/18 07:45:03

Modified files:
        lib/libc/sys   : msgrcv.2 msgsnd.2 

Log message:
obvious bugfix: if the queue is removed while message transmission is
blocked, POSIX requires EIDRM rather than EINVAL, and that's what our
implementation does and what the ERRORS section already says, too

Reply via email to