forked from Imagelibrary/rtems
2004-06-29 Joel Sherrill <joel@OARcorp.com>
PR 631/rtems * src/msgqcreate.c: Return unsatisfied from message_queue_create when unable to allocate message buffer memory.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-06-29 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 631/rtems
|
||||||
|
* src/msgqcreate.c: Return unsatisfied from message_queue_create
|
||||||
|
when unable to allocate message buffer memory.
|
||||||
|
|
||||||
2004-05-06 Joel Sherrill <joel@OARcorp.com>
|
2004-05-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 618/rtems
|
PR 618/rtems
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ rtems_status_code rtems_message_queue_create(
|
|||||||
|
|
||||||
_Message_queue_Free( the_message_queue );
|
_Message_queue_Free( the_message_queue );
|
||||||
_Thread_Enable_dispatch();
|
_Thread_Enable_dispatch();
|
||||||
return RTEMS_TOO_MANY;
|
return RTEMS_UNSATISFIED;
|
||||||
}
|
}
|
||||||
|
|
||||||
_Objects_Open(
|
_Objects_Open(
|
||||||
|
|||||||
Reference in New Issue
Block a user