summaryrefslogtreecommitdiff
path: root/testsuites/psxtests/psx06/system.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-30 11:16:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-30 11:16:17 +0000
commit6965fc4342e0c7fb4f96dd12b7d589cc7b4fce1b (patch)
treed480417aa28b733d0959298487989f92f9735e37 /testsuites/psxtests/psx06/system.h
parentc87608fd821faf8c936d9ac51373186cc2f1f4e9 (diff)
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert to using c99 fixed size types.
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 */