summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/rtemsobjectidgetapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/rtemsobjectidgetapi.c')
-rw-r--r--cpukit/rtems/src/rtemsobjectidgetapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/rtemsobjectidgetapi.c b/cpukit/rtems/src/rtemsobjectidgetapi.c
index 9fd64eb959..999d5702f0 100644
--- a/cpukit/rtems/src/rtemsobjectidgetapi.c
+++ b/cpukit/rtems/src/rtemsobjectidgetapi.c
@@ -20,7 +20,7 @@
#include <rtems/rtems/types.h>
#undef rtems_object_id_get_api
-uint32_t rtems_object_id_get_api(
+int rtems_object_id_get_api(
rtems_id id
)
{