From: Ulrich Drepper Date: Wed, 31 Dec 2003 23:41:43 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~18444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25ac02584cecc963859f0584167389266c42c0b1;p=external%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 3fb9e1d..2bf2af4 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.