summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/key.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/key.h b/c/src/exec/posix/include/rtems/posix/key.h
index ddebf6f0ee..b45539baae 100644
--- a/c/src/exec/posix/include/rtems/posix/key.h
+++ b/c/src/exec/posix/include/rtems/posix/key.h
@@ -31,7 +31,7 @@ typedef struct {
Objects_Control Object;
boolean is_active;
void (*destructor)( void * );
- void **Values[ OBJECTS_CLASSES_LAST_THREAD_CLASS + 1 ];
+ void **Values[ OBJECTS_APIS_LAST + 1 ];
} POSIX_Keys_Control;
/*