diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-01-06 20:51:25 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-01-06 20:51:25 +0000 |
commit | ea5e5daf7ca7895dfa82d2280a7862faefb598ec (patch) | |
tree | 75bfe1ff083e43cdc6f7925eba51e58c8e5bcef3 /newlib/libc/stdio/asprintf.c | |
parent | 5035a08729ad856f1f44b3cbfe2b808976f48663 (diff) | |
download | newlib-ea5e5daf7ca7895dfa82d2280a7862faefb598ec.zip newlib-ea5e5daf7ca7895dfa82d2280a7862faefb598ec.tar.gz newlib-ea5e5daf7ca7895dfa82d2280a7862faefb598ec.tar.bz2 |
2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
* asprintf.c (_asprintf_r): insure both declarations
are the same.
Diffstat (limited to 'newlib/libc/stdio/asprintf.c')
-rw-r--r-- | newlib/libc/stdio/asprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |