From ea5e5daf7ca7895dfa82d2280a7862faefb598ec Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 6 Jan 2003 20:51:25 +0000 Subject: 2003-01-06 Charles Wilson * asprintf.c (_asprintf_r): insure both declarations are the same. --- newlib/ChangeLog | 5 +++++ newlib/libc/stdio/asprintf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1d7d2cc..ac57c9f 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Charles Wilson + + * asprintf.c (_asprintf_r): insure both declarations + are the same. + 2002-12-28 Christopher Faylor * libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather diff --git a/newlib/libc/stdio/asprintf.c b/newlib/libc/stdio/asprintf.c index 9935c12..d367815 100644 --- a/newlib/libc/stdio/asprintf.c +++ b/newlib/libc/stdio/asprintf.c @@ -29,7 +29,7 @@ int #ifdef _HAVE_STDC -_DEFUN (asprintf_r, (ptr, strp, fmt), struct _reent *ptr _AND char **strp _AND _CONST char *fmt _DOTS) +_DEFUN (_asprintf_r, (ptr, strp, fmt), struct _reent *ptr _AND char **strp _AND _CONST char *fmt _DOTS) #else _asprintf_r (ptr, strp, fmt, va_alist) struct _reent *ptr; -- cgit v1.1