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