mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:29:17 +08:00
2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/src/semcreate.c: Fix mismatched brace in multiprocessing code.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/src/semcreate.c: Fix mismatched brace in multiprocessing code.
|
||||
|
||||
2009-10-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libblock/src/bdbuf.c: Fixed group usage counting. See test
|
||||
|
||||
@@ -95,7 +95,7 @@ rtems_status_code rtems_semaphore_create(
|
||||
return RTEMS_MP_NOT_CONFIGURED;
|
||||
|
||||
if ( _Attributes_Is_inherit_priority( attribute_set ) ||
|
||||
_Attributes_Is_priority_ceiling( attribute_set ) ) {
|
||||
_Attributes_Is_priority_ceiling( attribute_set ) )
|
||||
return RTEMS_NOT_DEFINED;
|
||||
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user