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