forked from Imagelibrary/rtems
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/envlock.c: Rename define ENVLOCK_DEDIDCATED_MUTEX into ENVLOCK_DEDICATED_MUTEX (Typo).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/src/envlock.c: Rename define ENVLOCK_DEDIDCATED_MUTEX
|
||||
into ENVLOCK_DEDICATED_MUTEX (Typo).
|
||||
|
||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/serdbg/serdbg.h: Add serdbg_init_dbg.
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if defined(ENVLOCK_DEDIDCATED_MUTEX)
|
||||
#if defined(ENVLOCK_DEDICATED_MUTEX)
|
||||
static rtems_id envLock=0;
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user