From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- c/src/tests/psxtests/psxcancel/system.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'c/src/tests/psxtests/psxcancel/system.h') diff --git a/c/src/tests/psxtests/psxcancel/system.h b/c/src/tests/psxtests/psxcancel/system.h index 9b55eea1d0..919521ed63 100644 --- a/c/src/tests/psxtests/psxcancel/system.h +++ b/c/src/tests/psxtests/psxcancel/system.h @@ -30,15 +30,13 @@ void *Task_1_through_3( /* configuration information */ -#define CONFIGURE_SPTEST +#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER -#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER -#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER +#define CONFIGURE_MAXIMUM_POSIX_THREADS 2 #define CONFIGURE_POSIX_INIT_THREAD_TABLE -#define CONFIGURE_MAXIMUM_POSIX_THREADS 2 - #include /* global variables */ -- cgit v1.2.3