On Sat, May 07, 2011 at 07:12:23PM -0700, Kevin Cernekee wrote:
> functions from libpthread.  However, as Rich Felker pointed out, the
> libc and libpthread versions are not always 100% identical.  A closer
> examination of the pre-8ab3145f disassemblies showed the following:
> 
> libc sigfillset() returns a full set: all 128 bits are set.  libpthread
> sigfillset() sets only 126 bits: everything except SIGCANCEL/SIGSETXID.

I fail to see how having sigfillset/sigaddset do the blocking of these
signals makes sense. As long as sigprocmask and sigaction treat them
specially, that should be enough...

Rich
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to