Hi Gilles, don't know yet what's going wrong, but the following demo code doesn't compile against the POSIX skin due to unresolved SIG_BLOCK:
#include <pthread.h>
#include <signal.h>
int main()
{
return SIG_BLOCK;
}
Comment out the pthread include, and it will work again. Any ideas?
Jan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xenomai-core mailing list [email protected] https://mail.gna.org/listinfo/xenomai-core
