From 16ef51ee2b605e506dff7dc959fc3158fef8e7ac Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Dec 2011 08:05:34 +0000 Subject: =?UTF-8?q?2011-12-06=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/envlock.c: Rename define ENVLOCK_DEDIDCATED_MUTEX into ENVLOCK_DEDICATED_MUTEX (Typo). --- cpukit/ChangeLog | 5 +++++ cpukit/libcsupport/src/envlock.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 220e899d4f..bd629b2afd 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-12-06 Ralf Corsépius + + * libcsupport/src/envlock.c: Rename define ENVLOCK_DEDIDCATED_MUTEX + into ENVLOCK_DEDICATED_MUTEX (Typo). + 2011-12-06 Ralf Corsépius * libmisc/serdbg/serdbg.h: Add serdbg_init_dbg. diff --git a/cpukit/libcsupport/src/envlock.c b/cpukit/libcsupport/src/envlock.c index 9594e0abe3..667f6052d4 100644 --- a/cpukit/libcsupport/src/envlock.c +++ b/cpukit/libcsupport/src/envlock.c @@ -36,7 +36,7 @@ * */ -#if defined(ENVLOCK_DEDIDCATED_MUTEX) +#if defined(ENVLOCK_DEDICATED_MUTEX) static rtems_id envLock=0; static void -- cgit v1.2.3