about summary refs log tree commit diff
path: root/linuxthreads/README
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/README')
-rw-r--r--linuxthreads/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/linuxthreads/README b/linuxthreads/README
index e824dd5b50..955bd59e7a 100644
--- a/linuxthreads/README
+++ b/linuxthreads/README
@@ -71,7 +71,7 @@ STATUS:
 - libc 6 (glibc 2) provides much better thread support than libc 5,
   and comes with a specially-adapted version of LinuxThreads.
   For serious multithreaded programming, you should consider switching
-  to glibc 2. It is available from prep.ai.mit.edu:/pub/gnu and its mirrors.
+  to glibc 2. It is available from ftp.gnu.org:/pub/gnu and its mirrors.
 
 
 WARNING:
@@ -107,6 +107,9 @@ KNOWN BUGS AND LIMITATIONS:
   threads blocked on mutexes or conditions; the other is for thread
   cancellation.
 
+  *** This is not anymore true when the application runs on a kernel
+      newer than approximately 2.1.60.
+
 - The stacks for the threads are allocated high in the memory space,
   below the stack of the initial process, and spaced 2M apart.
   Stacks are allocated with the "grow on demand" flag, so they don't