[Bug 273230] mq_getfd_np needs a man page
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273230] mq_getfd_np needs a man page"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 06:20:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273230 --- Comment #1 from unitrunker <unitrunker@gmail.com> --- This function allows retrieving and setting group, user and mode bits on a POSIX message queue without mounting mqueuefs (the module must be loaded but need not be mounted). One key question is what one must do with the descriptor when done with the associated mqd_t handle. Should the fd be closed explicitly or does mq_close take care of that? -- You are receiving this mail because: You are on the CC list for the bug.