2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>

* include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION is
	defined.
This commit is contained in:
Ralf Corsepius
2004-11-22 16:07:01 +00:00
parent a1ca28d987
commit 51dc9b5116
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION is
defined.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.

View File

@@ -23,7 +23,7 @@ extern "C" {
#if !defined(TESTS_BUFFER_OUTPUT)
/* do not use iprintf if strict ansi mode */
#ifndef __STRICT_ANSI__
#if defined(_NEWLIB_VERSION) && !defined(__STRICT_ANSI__)
#undef printf
#define printf(...) \
do { \