From: Roland McGrath Date: Fri, 13 Jun 2003 07:31:10 +0000 (+0000) Subject: * sysdeps/x86_64/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Pass FS X-Git-Tag: cvs/glibc-2_3_3~598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4f100e228af3f90d8c9dea05641e0beca705602;p=thirdparty%2Fglibc.git * sysdeps/x86_64/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Pass FS constant from to ps_get_thread_area, not register contents. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index feeae3b711f..3d335897430 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-06-13 Roland McGrath + + * sysdeps/x86_64/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Pass FS + constant from to ps_get_thread_area, not register contents. + 2003-06-11 Ulrich Drepper * allocatestack.c (queue_stack): Always inline.