summary refs log tree commit diff
path: root/FAQ.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-28 10:20:18 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-28 10:20:18 +0000
commit7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5 (patch)
treea2d2a02476774a6612b7576d7d66767f0489e847 /FAQ.in
parent925ed47cfb2729953655f001df6cb9bd82360e19 (diff)
downloadglibc-7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5.tar.gz
glibc-7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5.tar.xz
glibc-7c2b945e1fd64e0a5a4dbd6ae6592a7314dcd4b5.zip
Update.
	* malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem
	is != NULL.

1999-04-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow
	ISO C9x and Unix98.

1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
Diffstat (limited to 'FAQ.in')
-rw-r--r--FAQ.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/FAQ.in b/FAQ.in
index 393a12073d..554b78e052 100644
--- a/FAQ.in
+++ b/FAQ.in
@@ -151,10 +151,9 @@ Binutils 2.9.1.0.16 or later is also required.
   as much as 400MB).
 
 * plenty of time.  Compiling just the shared and static libraries for
-  i?86-linux takes approximately 1h on an i586@133, or 2.5h on
-  i486@66, or 4.5h on i486@33.  Multiply this by 1.5 or 2.0 if you
-  build profiling and/or the highly optimized version as well.  For
-  Hurd systems times are much higher.
+  i?86-linux takes approximately 1h on an AMD-K6@225MHz w/ 96MB of RAM.
+  Multiply this by 1.5 or 2.0 if you build profiling and/or the highly
+  optimized version as well.  For Hurd systems times are much higher.
 
   You should avoid compiling in a NFS mounted filesystem.  This is
   very slow.