summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/object.h')
-rw-r--r--cpukit/score/include/rtems/score/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index af46659069..6bd5358869 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -519,7 +519,7 @@ Objects_Control *_Objects_Allocate(
*/
Objects_Control *_Objects_Allocate_by_index(
Objects_Information *information,
- uint16_t the_index,
+ int the_index,
uint16_t sizeof_control
);