Hello list,
I am trying to create an autoconf script that does check the size of pthread_t,
but I am experiencing some troubles in the way.
To be precise, what I need is a macro like SIZEOF_PTHREAD_T, similar to
SIZEOF_LONG. The problem is that pthread.h must be included in the test program
and i
Eric Blake wrote:
> > but this is due to a gcc bug: If floorl(-0.7L) is executed before
> > floorl(-1.0L), and both calls are compiled by gcc - regardless whether
> > in the same function, in different functions, or even in different
> > compilation
> > units -, then the floorl(-1.
Hello Vasil,
* Vasil Dimov wrote on Fri, Feb 27, 2009 at 07:47:49AM CET:
>
> I am trying to create an autoconf script that does check the size of
> pthread_t,
> but I am experiencing some troubles in the way.
>
> To be precise, what I need is a macro like SIZEOF_PTHREAD_T, similar to
> SIZEOF_L