From be1c11edab1ad9004effbacf0e75bc558563d47d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 1996 22:48:26 +0000 Subject: tests now specify whether using posix initialization threads table or rtems initialization table in configuration table --- testsuites/psxtests/psx01/init.c | 2 +- testsuites/psxtests/psx01/system.h | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'testsuites/psxtests/psx01') diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c index 3469f3f7b4..7f24bf6319 100644 --- a/testsuites/psxtests/psx01/init.c +++ b/testsuites/psxtests/psx01/init.c @@ -25,7 +25,7 @@ #define CONFIGURE_INIT #include "system.h" -void *Init( +void *POSIX_Init( void *argument ) { diff --git a/testsuites/psxtests/psx01/system.h b/testsuites/psxtests/psx01/system.h index 0868489f9a..1c28c02d8a 100644 --- a/testsuites/psxtests/psx01/system.h +++ b/testsuites/psxtests/psx01/system.h @@ -21,7 +21,7 @@ #include #include -void *Init( +void *POSIX_Init( void *argument ); @@ -36,9 +36,7 @@ void *Task_1_through_3( #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER -#define CONFIGURE_HAS_OWN_INIT_TASK_TABLE -#define CONFIGURE_INIT_TASK_TABLE_SIZE 0 -#define CONFIGURE_INIT_TASK_TABLE NULL +#define CONFIGURE_POSIX_INIT_THREAD_TABLE #include -- cgit v1.2.3