summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx06/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx06/system.h')
-rw-r--r--testsuites/psxtests/psx06/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx06/system.h b/testsuites/psxtests/psx06/system.h
index 9e6ee07e20..cb049a5063 100644
--- a/testsuites/psxtests/psx06/system.h
+++ b/testsuites/psxtests/psx06/system.h
@@ -53,7 +53,7 @@ TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;
TEST_EXTERN pthread_t Task2_id;
TEST_EXTERN pthread_key_t Key_id;
-TEST_EXTERN rtems_unsigned32 Data_array[ CONFIGURE_MAXIMUM_POSIX_THREADS ];
-TEST_EXTERN rtems_unsigned32 Destructor_invoked;
+TEST_EXTERN uint32_t Data_array[ CONFIGURE_MAXIMUM_POSIX_THREADS ];
+TEST_EXTERN uint32_t Destructor_invoked;
/* end of include file */