summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-15 02:31:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-15 02:31:05 +0000
commiteed0ffceb4806bfd51221e414dc14fcd5a57a59e (patch)
treec47be3c7262c9cb2c98c9ae95928697f6e19c88a /cpukit/score
parent2011-02-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-eed0ffceb4806bfd51221e414dc14fcd5a57a59e.tar.bz2
2011-02-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/src/semtranslatereturncode.c, score/include/rtems/score/coremutex.h: Returns tests to running state.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index 5a0a800b28..084532f36d 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -105,7 +105,7 @@ typedef enum {
*/
CORE_MUTEX_TIMEOUT,
-#if !defined(__RTEMS_STRICT_ORDER_MUTEX__)
+#if defined(__RTEMS_STRICT_ORDER_MUTEX__)
/** This status indicates that a thread not release the mutex which has
* the priority inheritance property in a right order.
*/
@@ -197,7 +197,7 @@ typedef struct {
} CORE_mutex_Attributes;
#ifdef __RTEMS_STRICT_ORDER_MUTEX__
-/*@beief Core Mutex Lock_Chain Struct
+/*@brief Core Mutex Lock_Chain Struct
*
* The following defines the control block used to manage lock chain of
* priority inheritance mutex.