[android-kernel] Re: rt_sigprocmask() fails with error EINVAL

2011-03-08 Thread Chuck Fry
This still appears to be broken in android-9 at least. -- Chuck -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: rt_sigprocmask() fails with error EINVAL

2009-10-06 Thread John Michelau
Did you ever figure this out? I'm seeing the same issue. On Aug 12, 8:24 am, Ashutosh wrote: > Below is the sample code -- > > #include > #include > #include > #include > > int main() > { >         int retval = -1; >     sigset_t  allsig, oldsig; > >         printf("sizeof(sigset_t) = %d\n"