From 66a9239a2ceb205d51d307ee9e50c37221f2362c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Jun 2008 15:03:03 +0000 Subject: Rename __STRICT_ORDER_MUTEX__ to __RTEMS_STRICT_ORDER_MUTEX__. --- cpukit/score/include/rtems/score/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index fcfac01026..3952d183c8 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -316,7 +316,7 @@ struct Thread_Control_struct { /** This field is the received response packet in an MP system. */ MP_packet_Prefix *receive_packet; #endif -#ifdef __STRICT_ORDER_MUTEX__ +#ifdef __RTEMS_STRICT_ORDER_MUTEX__ /**This field is the head of queue of priority inheritance mutex holed by the thread*/ Chain_Control lock_mutex; #endif -- cgit v1.2.3