posix: Add const to _POSIX_Keys_Key_value_find()

This commit is contained in:
Sebastian Huber
2016-05-20 11:42:30 +02:00
parent 61340d1723
commit 0cc60718d0

View File

@@ -140,8 +140,8 @@ RTEMS_INLINE_ROUTINE void *_POSIX_Keys_Key_value_map( RBTree_Node *node )
}
RTEMS_INLINE_ROUTINE POSIX_Keys_Key_value_pair *_POSIX_Keys_Key_value_find(
pthread_key_t key,
Thread_Control *the_thread
pthread_key_t key,
const Thread_Control *the_thread
)
{
return _RBTree_Find_inline(