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/ChangeLog | 6 ++++++ c/src/ada-tests/samples/hello/config.h | 4 +++- c/src/ada-tests/support/init.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog index 818b559dc5..b9e29c46eb 100644 --- a/c/src/ada-tests/ChangeLog +++ b/c/src/ada-tests/ChangeLog @@ -1,3 +1,9 @@ +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. + 2002-10-21 Ralf Corsepius * .cvsignore: Reformat. 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 diff --git a/c/src/ada-tests/support/init.c b/c/src/ada-tests/support/init.c index b85635faa0..eb5aeffd73 100644 --- a/c/src/ada-tests/support/init.c +++ b/c/src/ada-tests/support/init.c @@ -12,7 +12,7 @@ #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ #include -#include +#include void *POSIX_Init( void *argument -- cgit v1.2.3