mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-04-21 Jakub Jelinek <jakub@redhat.com> * libio/vasprintf.c: Include string.h to get memcpy prototype.
This commit is contained in:
parent
376b8b3de9
commit
761df3a7aa
@ -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
|
||||
|
@ -24,6 +24,7 @@
|
||||
General Public License. */
|
||||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include "libioP.h"
|
||||
#include "stdio.h"
|
||||
#include "strfile.h"
|
||||
|
Loading…
Reference in New Issue
Block a user