This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++ PATCH] allocator threads assumption fix
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 30 Jan 2004 11:40:06 -0600
- Subject: Re: [libstdc++ PATCH] allocator threads assumption fix
- Organization: Red Hat / Chicago
- References: <200401301726.i0UHQ1T30078@makai.watson.ibm.com>
> * src/allocator.cc: Protect _S_get_thread_id() and
> _S_thread_key_destr() with #ifdef __GTHREADS.
Thanks, this is good.
-benjamin