From: Ulrich Drepper Date: Tue, 19 May 1998 12:21:04 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~28466 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed277b4ec4e4bde37970e7ddc109706b48fedb56;p=external%2Fglibc.git Update. 1998-05-19 12:16 Ulrich Drepper * manual/memory.texi: Add back accidently removed line. --- diff --git a/ChangeLog b/ChangeLog index 497b97a..725910f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-05-19 12:16 Ulrich Drepper + + * manual/memory.texi: Add back accidently removed line. + 1998-04-25 Mark Kettenis * sysdeps/generic/utmp_file.c (TIMEOUT): New macro. diff --git a/manual/memory.texi b/manual/memory.texi index 262d772..49c2fda 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -370,6 +370,7 @@ xrealloc (void *ptr, size_t size) @end smallexample You can also use @code{realloc} to make a block smaller. The reason you +would do this is to avoid tying up a lot of memory space when only a little is needed. @comment The following is no longer true with the new malloc. @comment But it seems wise to keep the warning for other implementations.