On 26/07/07, Filippo ARCIDIACONO <[EMAIL PROTECTED]> wrote: > Hi all, > libpthread/nptl/sysdeps/pthread/pthread.h includes <setjmp.h> instead of > <bits/setjmp.h> (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 better at the code
Regards, Carmelo _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
