posix: Fix for RTEMS_DEBUG

This commit is contained in:
Sebastian Huber
2016-08-08 08:30:17 +02:00
parent 69dd99be43
commit 2cb9b86e6a

View File

@@ -57,6 +57,7 @@ static int _POSIX_Keys_Create_value(
key_value_pair->thread = executing;
key_value_pair->value = RTEMS_DECONST( void *, value );
_Chain_Initialize_node( &key_value_pair->Key_node );
_Chain_Append_unprotected(
&the_key->Key_value_pairs,
&key_value_pair->Key_node