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:
Joel Sherrill
2004-06-29 13:55:09 +00:00
parent 6fbf5c39f1
commit 469c41a421
2 changed files with 7 additions and 1 deletions

View File

@@ -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>
PR 618/rtems

View File

@@ -135,7 +135,7 @@ rtems_status_code rtems_message_queue_create(
_Message_queue_Free( the_message_queue );
_Thread_Enable_dispatch();
return RTEMS_TOO_MANY;
return RTEMS_UNSATISFIED;
}
_Objects_Open(