[Bug 243209] man page for mq_open fails to specify all conditions that may cause an [EINVAL] error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Dec 2023 08:50:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243209 unitrunker <unitrunker@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |unitrunker@gmail.com --- Comment #3 from unitrunker <unitrunker@gmail.com> --- As a follow up, here is another failure scenario for mq_open: the kernel module is not loaded. Recent versions of FreeBSD made this a loadable module instead of baked into the kernel image. The mq_open man page should reflect this. I think the error code is ENOSYS or 78 - Function not implemented. -- You are receiving this mail because: You are the assignee for the bug.