From 2aceb81909985aa42c8cc49316a747b8b793448a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Jun 2001 13:37:10 +0000 Subject: 2001-06-14 Joel Sherrill * cdtest/system.h: Removed configure of POSIX mutexes since there do not appear to be any used in this test. --- testsuites/samples/ChangeLog | 5 +++++ testsuites/samples/cdtest/system.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 674b182070..2fcde4cf66 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,8 @@ +2001-06-14 Joel Sherrill + + * cdtest/system.h: Removed configure of POSIX mutexes since + there do not appear to be any used in this test. + 2001-05-10 Ralf Corsepius * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h index d414c35451..557f3fea8c 100644 --- a/testsuites/samples/cdtest/system.h +++ b/testsuites/samples/cdtest/system.h @@ -34,9 +34,6 @@ rtems_task main_task( #define CONFIGURE_INIT_TASK_ENTRY_POINT main_task #define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' ) -/* Guess at this one */ -#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 2 - #include /* end of include file */ -- cgit v1.2.3