Issue on pthread.h.

2007-07-26 Thread Filippo ARCIDIACONO
Hi all, libpthread/nptl/sysdeps/pthread/pthread.h includes instead of (as glibc does). Is there a specific reason? I have seen uClibc correctly builds if pthread.h includes bits/setjmp.h and I have no regression running the uclibc testsuite. Thanks in advance, Filippo. __

Re: Issue on pthread.h.

2007-07-28 Thread Carmelo Amoroso
On 26/07/07, Filippo ARCIDIACONO <[EMAIL PROTECTED]> wrote: > Hi all, > libpthread/nptl/sysdeps/pthread/pthread.h includes instead of > (as glibc does). > Is there a specific reason? Yes, include/setjmp.h needs to include features.h just before including bits/setjmp.h itself. I suggest to look be

Re: Issue on pthread.h.

2007-07-31 Thread Carmelo AMOROSO
Carmelo Amoroso wrote: > On 26/07/07, Filippo ARCIDIACONO <[EMAIL PROTECTED]> wrote: > >> Hi all, >> libpthread/nptl/sysdeps/pthread/pthread.h includes instead of >> (as glibc does). >> Is there a specific reason? >> > Yes, > include/setjmp.h needs to include features.h just before includ