summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/rtemsobjectidapimaximum.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/rtemsobjectidapimaximum.c')
-rw-r--r--cpukit/rtems/src/rtemsobjectidapimaximum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/rtemsobjectidapimaximum.c b/cpukit/rtems/src/rtemsobjectidapimaximum.c
index 340f631eca..bfc00d4cd5 100644
--- a/cpukit/rtems/src/rtemsobjectidapimaximum.c
+++ b/cpukit/rtems/src/rtemsobjectidapimaximum.c
@@ -20,7 +20,7 @@
#include <rtems/rtems/types.h>
#undef rtems_object_id_api_maximum
-uint32_t rtems_object_id_api_maximum(void)
+int rtems_object_id_api_maximum(void)
{
return OBJECTS_ITRON_API;
}