From: Ulrich Drepper Date: Wed, 31 Dec 2003 23:41:43 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/ChangeLog~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25ac02584cecc963859f0584167389266c42c0b1;p=thirdparty%2Fglibc.git Update. 2003-12-31 Ulrich Drepper * 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. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3fb9e1d1da4..2bf2af49234 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-12-31 Ulrich Drepper + + * 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 * tst-raise1.c: Include stdio.h.