[Bug 3613] Lack of feature test macros in building config

bugzilla at busybox.net bugzilla at busybox.net
Sat Apr 16 16:21:26 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3613

--- Comment #2 from Denys Vlasenko <vda.linux at googlemail.com>  ---
I proposing adding #define FOO only to the files which need those, with
appropriate comments why this particular define is needed.

Regarding this:

scripts/kconfig/mconf.c:454:19: error: storage size of ‘sa’ isn’t known
scripts/kconfig/mconf.c:455:2: error: ‘sigset_t’ undeclared (first use in this
function)

It is generated from

        struct sigaction sa;
        sigset_t sset, osset;

I'm surprised that #include <signal.h> is not enough for that.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list