summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/keysetspecific.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/keysetspecific.c')
-rw-r--r--cpukit/posix/src/keysetspecific.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/keysetspecific.c b/cpukit/posix/src/keysetspecific.c
index 0f51f08d6b..d62151a499 100644
--- a/cpukit/posix/src/keysetspecific.c
+++ b/cpukit/posix/src/keysetspecific.c
@@ -27,8 +27,8 @@ int pthread_setspecific(
)
{
register POSIX_Keys_Control *the_key;
- unsigned32 index;
- unsigned32 class;
+ uint32_t index;
+ uint32_t class;
Objects_Locations location;
the_key = _POSIX_Keys_Get( key, &location );