This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: thread changes break compiliation on i686-linux-gnu
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Andreas Jaeger <aj at suse dot de>, gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 22 May 2002 14:21:58 -0700
- Subject: Re: thread changes break compiliation on i686-linux-gnu
- References: <hoy9ech0o8.fsf@gee.suse.de> <u83cwk456a.fsf@gromit.moeb> <20020522130037.B25953@redhat.com> <20020522164322.A13411@devserv.devel.redhat.com>
On Wed, May 22, 2002 at 04:43:22PM -0400, Jakub Jelinek wrote:
> Shouldn't this be __thread[,)] and __thr%1 instead for:
> extern int pthread_cancel (pthread_t __thread)
Doh. Yes indeed.
r~