On 4 December 2014 at 00:24, Steve Ellcey <[email protected]> wrote: > On Wed, 2014-12-03 at 13:36 +0100, Bernhard Reutner-Fischer wrote:
> Well, when I take the uclibc build out of my full toolchain build > the first build failure I get is not uclibc.c but is sigaction.c. It > fails to build because siginfo_t is not defined. I think the problem > here is that include/signal.h has this code: > I am not sure why the inclusion of bits/siginfo.h is dependent on > __UCLIBC_HAS_REALTIME__, it seems like the include should be outside of > that ifdef. I am also not sure why this changed since the last time > I built. Yes, that sounds like the proper thing to do, i've changed that on master now. Thanks for the heads up! cheers, _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
