https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236836
Jilles Tjoelker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jilles Tjoelker <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
