summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-14 13:37:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-14 13:37:10 +0000
commit2aceb81909985aa42c8cc49316a747b8b793448a (patch)
tree322b5c2fd6aa505197ecab388fb307ea77bf2b8e /testsuites/samples
parent2001-06-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2aceb81909985aa42c8cc49316a747b8b793448a.tar.bz2
2001-06-14 Joel Sherrill <joel@OARcorp.com>
* cdtest/system.h: Removed configure of POSIX mutexes since there do not appear to be any used in this test.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/cdtest/system.h3
2 files changed, 5 insertions, 3 deletions
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 <joel@OARcorp.com>
+
+ * 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 <corsepiu@faw.uni-ulm.de>
* 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 <confdefs.h>
/* end of include file */