OSDN Git Service

2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
authorjjohnstn <jjohnstn>
Mon, 6 Jan 2003 20:51:24 +0000 (20:51 +0000)
committerjjohnstn <jjohnstn>
Mon, 6 Jan 2003 20:51:24 +0000 (20:51 +0000)
* asprintf.c (_asprintf_r): insure both declarations
are the same.

newlib/ChangeLog
newlib/libc/stdio/asprintf.c

index 1d7d2cc..ac57c9f 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-06  Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * asprintf.c (_asprintf_r): insure both declarations
+       are the same.
+
 2002-12-28  Christopher Faylor  <cgf@redhat.com>
 
        * libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather
index 9935c12..d367815 100644 (file)
@@ -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;