From 94d45c3666786e727058b9de305a68816ca7bdc2 Mon Sep 17 00:00:00 2001 From: jjohnstn Date: Tue, 7 Jan 2003 01:45:31 +0000 Subject: [PATCH] 2003-01-06 Charles Wilson * Makefile.am: Add vasprintf. * Makefile.in: Regenerated. --- newlib/ChangeLog | 5 +++++ newlib/libc/stdio/Makefile.am | 3 ++- newlib/libc/stdio/Makefile.in | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ac57c9fb4a..ea5f76976d 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,10 @@ 2003-01-06 Charles Wilson + * Makefile.am: Add vasprintf. + * Makefile.in: Regenerated. + +2003-01-06 Charles Wilson + * asprintf.c (_asprintf_r): insure both declarations are the same. diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am index ac388328ee..37911efb9d 100644 --- a/newlib/libc/stdio/Makefile.am +++ b/newlib/libc/stdio/Makefile.am @@ -85,7 +85,8 @@ LIB_OBJS = \ ftello.$(oext) \ getw.$(oext) \ mktemp.$(oext) \ - putw.$(oext) + putw.$(oext) \ + vasprintf.$(oext) endif LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext) diff --git a/newlib/libc/stdio/Makefile.in b/newlib/libc/stdio/Makefile.in index cd498237f6..4fa1449986 100644 --- a/newlib/libc/stdio/Makefile.in +++ b/newlib/libc/stdio/Makefile.in @@ -188,7 +188,8 @@ GENERAL_SOURCES = \ @ELIX_LEVEL_1_FALSE@ ftello.$(oext) \ @ELIX_LEVEL_1_FALSE@ getw.$(oext) \ @ELIX_LEVEL_1_FALSE@ mktemp.$(oext) \ -@ELIX_LEVEL_1_FALSE@ putw.$(oext) +@ELIX_LEVEL_1_FALSE@ putw.$(oext) \ +@ELIX_LEVEL_1_FALSE@ vasprintf.$(oext) LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext) -- 2.11.0