]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 21 Apr 2000 15:03:52 +0000 (15:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 21 Apr 2000 15:03:52 +0000 (15:03 +0000)
2000-04-21  Jakub Jelinek  <jakub@redhat.com>

* libio/vasprintf.c: Include string.h to get memcpy prototype.

ChangeLog
libio/vasprintf.c

index a62bc297390f8e8c573419bdcc78f9049af38f89..32346c52d810236f0421c8ba6b3eacec4a639cfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * libio/vasprintf.c: Include string.h to get memcpy prototype.
+
 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
 
        * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
index 0889a3151e3bb5292f6db8dc32490a8451cce40e..fb3109e0a41c0ac234a256f64ce9fc7b9b17ab82 100644 (file)
@@ -24,6 +24,7 @@
    General Public License.  */
 
 #include <malloc.h>
+#include <string.h>
 #include "libioP.h"
 #include "stdio.h"
 #include "strfile.h"