Browse Source

2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>

* libc/stdio/vasiprintf.c: Include "local.h" for "_svfiprintf_r".
	* libc/stdio/vasprintf.c Include "local.h" for "_svfprintf_r".
	* libc/stdio/vsiprintf.c: Include "local.h" for "_svfiprintf_r".
	* libc/stdio/vsniprintf.c: Include "local.h" for "_svfiprintf_r".
	* libc/stdio/vsnprintf.c: Include "local.h" for "_svfprintf_r"
	* libc/stdio/vsprintf.c: Include "local.h" for "_svfprintf_r"
signal-rewrite
Ralf Corsepius 15 years ago
parent
commit
34dc27f95d
  1. 9
      newlib/ChangeLog
  2. 2
      newlib/libc/stdio/vasiprintf.c
  3. 2
      newlib/libc/stdio/vasprintf.c
  4. 2
      newlib/libc/stdio/vsiprintf.c
  5. 2
      newlib/libc/stdio/vsniprintf.c
  6. 2
      newlib/libc/stdio/vsnprintf.c
  7. 2
      newlib/libc/stdio/vsprintf.c

9
newlib/ChangeLog

@ -1,3 +1,12 @@
2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/stdio/vasiprintf.c: Include "local.h" for "_svfiprintf_r".
* libc/stdio/vasprintf.c Include "local.h" for "_svfprintf_r".
* libc/stdio/vsiprintf.c: Include "local.h" for "_svfiprintf_r".
* libc/stdio/vsniprintf.c: Include "local.h" for "_svfiprintf_r".
* libc/stdio/vsnprintf.c: Include "local.h" for "_svfprintf_r"
* libc/stdio/vsprintf.c: Include "local.h" for "_svfprintf_r"
2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/string/bcmp.c: Include <strings.h> for "bcmp".

2
newlib/libc/stdio/vasiprintf.c

@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#include <limits.h>
#include <stdarg.h>
#include "local.h"
#ifndef _REENT_ONLY
int

2
newlib/libc/stdio/vasprintf.c

@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#include <limits.h>
#include <stdarg.h>
#include "local.h"
#ifndef _REENT_ONLY
int

2
newlib/libc/stdio/vsiprintf.c

@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#include <limits.h>
#include <stdarg.h>
#include "local.h"
#ifndef _REENT_ONLY
int

2
newlib/libc/stdio/vsniprintf.c

@ -27,6 +27,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#include <stdarg.h>
#include <errno.h>
#include "local.h"
#ifndef _REENT_ONLY
int

2
newlib/libc/stdio/vsnprintf.c

@ -27,6 +27,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#include <stdarg.h>
#include <errno.h>
#include "local.h"
#ifndef _REENT_ONLY
int

2
newlib/libc/stdio/vsprintf.c

@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#include <limits.h>
#include <stdarg.h>
#include "local.h"
#ifndef _REENT_ONLY
int

Loading…
Cancel
Save