[rtems commit] Rename rtems_test_print() into rtems_test_printf()

Sebastian Huber sebh at rtems.org
Wed Jun 22 05:46:10 UTC 2016


Module:    rtems
Branch:    master
Commit:    f153157410e2f0ad0a9081c55880a97aa8b265b8
Changeset: http://git.rtems.org/rtems/commit/?id=f153157410e2f0ad0a9081c55880a97aa8b265b8

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun 21 14:22:35 2016 +0200

Rename rtems_test_print() into rtems_test_printf()

---

 cpukit/libmisc/testsupport/test.h         | 2 +-
 cpukit/libmisc/testsupport/testbeginend.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/libmisc/testsupport/test.h b/cpukit/libmisc/testsupport/test.h
index 94f917f..0afd3e9 100644
--- a/cpukit/libmisc/testsupport/test.h
+++ b/cpukit/libmisc/testsupport/test.h
@@ -86,7 +86,7 @@ int rtems_test_end(void);
  *
  * @returns As specified by printf().
  */
-int rtems_test_print(const char* format, ...) RTEMS_PRINTFLIKE(1, 2);
+int rtems_test_printf(const char* format, ...) RTEMS_PRINTFLIKE(1, 2);
 
 /**
  * @brief Internal context for parallel job execution.
diff --git a/cpukit/libmisc/testsupport/testbeginend.c b/cpukit/libmisc/testsupport/testbeginend.c
index 6bfc400..cc00c8f 100644
--- a/cpukit/libmisc/testsupport/testbeginend.c
+++ b/cpukit/libmisc/testsupport/testbeginend.c
@@ -34,7 +34,7 @@ int rtems_test_end(void)
   );
 }
 
-int rtems_test_print(
+int rtems_test_printf(
   const char* format,
   ...
 )




More information about the vc mailing list