From 698b292f610f4b1963c3ad2f7d64e1bf3017d14b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Oct 2002 22:34:22 +0000 Subject: 2002-10-24 Joel Sherrill * samples/hello/config.h: Change CONFIGURE_SPTEST to CONFIGURE_APPLICATION to reflect current usage. * support/init.c: Include stdlib.h not unistd.h to remove warning. --- c/src/ada-tests/samples/hello/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/ada-tests/samples/hello/config.h') diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h index 32dae5a93d..ee19e526c0 100644 --- a/c/src/ada-tests/samples/hello/config.h +++ b/c/src/ada-tests/samples/hello/config.h @@ -16,12 +16,14 @@ /* configuration information */ -#define CONFIGURE_SPTEST +#define CONFIGURE_APPLICATION #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER #define CONFIGURE_POSIX_INIT_THREAD_TABLE +#define CONFIGURE_MAXIMUM_TASKS 2 + #define CONFIGURE_MAXIMUM_POSIX_THREADS 10 #define CONFIGURE_MAXIMUM_POSIX_KEYS 10 #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 -- cgit v1.2.3