2000-04-21  Jakub Jelinek  <jakub@redhat.com>

	* libio/vasprintf.c: Include string.h to get memcpy prototype.
This commit is contained in:
Ulrich Drepper 2000-04-21 15:03:52 +00:00
parent 376b8b3de9
commit 761df3a7aa
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -24,6 +24,7 @@
General Public License. */
#include <malloc.h>
#include <string.h>
#include "libioP.h"
#include "stdio.h"
#include "strfile.h"