]> sourceware.org Git - newlib-cygwin.git/commitdiff
2007-02-20 Kazunori Asayama <asayama@sm.sony.co.jp>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 20 Feb 2007 20:53:35 +0000 (20:53 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 20 Feb 2007 20:53:35 +0000 (20:53 +0000)
        * libc/include/stdio.h: Add declaration for vsiprintf.

newlib/ChangeLog
newlib/libc/include/stdio.h

index 02cd158a279996d9e96d996b8a0b600c064d99d5..5b63f372be9f3ca4ee1a283771d394306351b334 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-20  Kazunori Asayama <asayama@sm.sony.co.jp>
+
+       * libc/include/stdio.h: Add declaration for vsiprintf.
+
 2007-02-14  Patrick Mansfield <patmans@us.ibm.com>
 
        Add a floating point environment for SPU (cell):
index 4d3e0c597e98a39decb37be56e4e3ddba64f0e64..61712334aef2db0aeff300efc7c6d19ddf36e868 100644 (file)
@@ -251,6 +251,7 @@ int _EXFUN(vfiprintf, (FILE *, const char *, __VALIST));
 int    _EXFUN(vfiscanf, (FILE *, const char *, __VALIST));
 int    _EXFUN(vfscanf, (FILE *, const char *, __VALIST));
 int    _EXFUN(viprintf, (const char *, __VALIST));
+int    _EXFUN(vsiprintf, (char *, const char *, __VALIST));
 int    _EXFUN(viscanf, (const char *, __VALIST));
 int    _EXFUN(vscanf, (const char *, __VALIST));
 int    _EXFUN(vsiscanf, (const char *, const char *, __VALIST));
This page took 0.05182 seconds and 5 git commands to generate.