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"
This commit is contained in:
parent
af8a9163c3
commit
34dc27f95d
|
@ -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".
|
||||
|
|
|
@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
|
|||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "local.h"
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
|
||||
int
|
||||
|
|
|
@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
|
|||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "local.h"
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
|
||||
int
|
||||
|
|
|
@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
|
|||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "local.h"
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
|
||||
int
|
||||
|
|
|
@ -27,6 +27,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
|
|||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "local.h"
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
|
||||
int
|
||||
|
|
|
@ -27,6 +27,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
|
|||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "local.h"
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
|
||||
int
|
||||
|
|
|
@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%";
|
|||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "local.h"
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue