2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>

* support/include/test_support.h: Fixed incorrect name in prototype.
This commit is contained in:
Jennifer Averett
2011-07-29 13:48:16 +00:00
parent cf288c3898
commit d4a0934bf4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* support/include/test_support.h: Fixed incorrect name in prototype.
2011-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* support/include/tmacros.h: Disable the check for dispatch disable

View File

@@ -85,7 +85,7 @@ void rtems_time_test_measure_operation(
/************** TEST SUPPORT **************/
/*********************************************************************/
/*********************************************************************/
extern void locked_print_init(void);
extern void locked_print_initialize(void);
extern void locked_printf(const char *fmt, ...);
extern void locked_printk(const char *fmt, ...);