https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236836

Jilles Tjoelker <jil...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jil...@freebsd.org

--- Comment #3 from Jilles Tjoelker <jil...@freebsd.org> ---
The concept seems good but I disagree with the chosen error numbers. Quotes
below are from POSIX.1-2016.

For mq_open(), [EINVAL] "The mq_open() function is not supported for the given
name." seems to fit best.

For mq_unlink(), [ENOENT] "The named message queue does not exist." seems
plausible, or also [EINVAL].

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to