This is a great explanation. Would you mind filing a ticket with this
explanatino and referencing the ticket in the commit message of the patch?
When someone wonders about the change in the future, the ticket explanation
will be useful
On Fri, Mar 22, 2024 at 9:24 PM Matheus Pecoraro wrote:
> I
Fixes #1977: Previously, the 'mode' argument in
`mq_open` was accepted but not utilized.
---
cpukit/posix/src/mqueueopen.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/cpukit/posix/src/mqueueopen.c b/cpukit/posix/src/mqueueopen.c
index d01421a0c1..8f8c1c8634 100644
--- a/
Thanks! Just for clarification, should I create a new ticket for this
specific bug and then add "Closes #" to the commit message?
On Sat, Mar 23, 2024 at 12:08 PM Joel Sherrill wrote:
> This is a great explanation. Would you mind filing a ticket with this
> explanatino and referencing the t