Gedare Bloom commented on a discussion on cpukit/posix/src/mqueueopen.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1084#note_144115

 >    const struct mq_attr *attr
 >  )
 >  {
 > -  POSIX_Message_queue_Control *the_mq;
 > -  char                        *name;
 > -  Status_Control               status;
 > +  POSIX_Message_queue_Control  *the_mq;
 > +  char                         *name;
 > +  Status_Control                status;
 > +  CORE_message_queue_Disciplines discipline;

This still does not look right.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1084#note_144115
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to