summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectmp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/objectmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index b9c05ee681..3447069760 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -81,11 +81,11 @@ void _Objects_MP_Open (
*
*/
-boolean _Objects_MP_Allocate_and_open (
+bool _Objects_MP_Allocate_and_open (
Objects_Information *information,
uint32_t the_name, /* XXX -- wrong for variable */
Objects_Id the_id,
- boolean is_fatal_error
+ bool is_fatal_error
)
{
Objects_MP_Control *the_global_object;