forked from Imagelibrary/rtems
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/mqueuesendsupp.c: Remove cast to make broken const cast visible.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* posix/src/mqueuesendsupp.c: Remove cast to make broken const cast
|
||||||
|
visible.
|
||||||
* score/inline/rtems/score/coremsg.inl: More size_t and consts.
|
* score/inline/rtems/score/coremsg.inl: More size_t and consts.
|
||||||
|
|
||||||
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ int _POSIX_Message_queue_Send_support(
|
|||||||
|
|
||||||
msg_status = _CORE_message_queue_Submit(
|
msg_status = _CORE_message_queue_Submit(
|
||||||
&the_mq->Message_queue,
|
&the_mq->Message_queue,
|
||||||
(void *) msg_ptr,
|
msg_ptr,
|
||||||
msg_len,
|
msg_len,
|
||||||
mqdes, /* mqd_t is an object id */
|
mqdes, /* mqd_t is an object id */
|
||||||
#if defined(RTEMS_MULTIPROCESSING)
|
#if defined(RTEMS_MULTIPROCESSING)
|
||||||
|
|||||||
Reference in New Issue
Block a user