From d4a0934bf4ba768d86d389ed513e86e34419238b Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Fri, 29 Jul 2011 13:48:16 +0000 Subject: [PATCH] 2011-07-29 Jennifer Averett * support/include/test_support.h: Fixed incorrect name in prototype. --- testsuites/ChangeLog | 4 ++++ testsuites/support/include/test_support.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index acc2d2c419..c08382d2e2 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2011-07-29 Jennifer Averett + + * support/include/test_support.h: Fixed incorrect name in prototype. + 2011-07-01 Jennifer Averett * support/include/tmacros.h: Disable the check for dispatch disable diff --git a/testsuites/support/include/test_support.h b/testsuites/support/include/test_support.h index 8329f7f803..f478067c43 100644 --- a/testsuites/support/include/test_support.h +++ b/testsuites/support/include/test_support.h @@ -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, ...);