On 4/10/07, Philippe Gerum <[EMAIL PROTECTED]> wrote:
> On Tue, 2007-04-10 at 13:31 -0400, Mike Frysinger wrote:
> > On 4/10/07, Phil Wilshire <[EMAIL PROTECTED]> wrote:
> > > ../../../../../../adeos/xenomai/src/testsuite/switchtest/switchtest.c:26:
> > > error: conflicting types for 'cpu_set_t'
> > > /mnt/106/disk1/work/bf533.9/2007R1/toolchain_07r1_rc9/out-linux-uclibc/bfin-linux-uclibc/runtime/usr/include/bits/sched.h:116:
> > > error: previous declaration of 'cpu_set_t' was here
> >
> > adeos shouldnt be defining cpu_set_t ... that's what headers are for ...
>
> It's compatibility stuff for sched_setaffinity() that changed over time
> in the glibc, from the Xenomai codebase, not the Adeos one.

you should be able to wrap it in something like:
#ifndef __cpu_set_t_defined
...
#endif
-mike
_______________________________________________
Uclinux-dist-devel mailing list
Uclinux-dist-devel@blackfin.uclinux.org
http://blackfin.uclinux.org/mailman/listinfo/uclinux-dist-devel

Reply via email to