Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 31 Dec 2003 23:41:43 +0000 (23:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 31 Dec 2003 23:41:43 +0000 (23:41 +0000)
2003-12-31  Ulrich Drepper  <drepper@redhat.com>

* pthread_getattr_np.c (pthread_getattr_np): Make sure stack info
returned for main thread does not overlap with any other VMA.
Patch by Jakub Jelinek.

nptl/ChangeLog

index 3fb9e1d..2bf2af4 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-31  Ulrich Drepper  <drepper@redhat.com>
+
+       * pthread_getattr_np.c (pthread_getattr_np): Make sure stack info
+       returned for main thread does not overlap with any other VMA.
+       Patch by Jakub Jelinek.
+
 2003-12-29  Jakub Jelinek  <jakub@redhat.com>
 
        * tst-raise1.c: Include stdio.h.