summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/macros/rtems/posix/cond.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-08 18:53:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-08 18:53:44 +0000
commit15096905d3cd6abc8b2541a33b002974e3019ad3 (patch)
tree71746777e2ed7802ae8399ead4840d0e86a2617e /cpukit/posix/macros/rtems/posix/cond.inl
parent2006-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-15096905d3cd6abc8b2541a33b002974e3019ad3.tar.bz2
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* itron/macros/rtems/itron/semaphore.inl, itron/macros/rtems/itron/task.inl: Fix warnings. * posix/macros/rtems/posix/cond.inl: Fix typo. * score/macros/rtems/score/heap.inl: Fix missed type change.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/macros/rtems/posix/cond.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/macros/rtems/posix/cond.inl b/cpukit/posix/macros/rtems/posix/cond.inl
index 0de7c9479d..2b2f6f8641 100644
--- a/cpukit/posix/macros/rtems/posix/cond.inl
+++ b/cpukit/posix/macros/rtems/posix/cond.inl
@@ -55,7 +55,7 @@
#define ___POSIX_Condition_variables_Get_support( _cond, _location ) \
do { \
- Objects_Id *id = (Objects_Id *)_cond; \
+ Objects_Id *_id = (Objects_Id *)_cond; \
int _status; \
\
if ( !_id ) { \