On Wednesday 11 January 2012 12:37:31 Richard Braun wrote:
> When built with an old thread implementation (or for a sparc target),
> the implementation of the system() function doesn't conform to its
> specification. Namely, it resets the SIGCHLD handler to its default
> instead of blocking the signal, which may result in "lost" signals
> if a custom handler was installed. Replace this by appropriate calls
> to sigprocmask().

if you unify the error paths with goto's, do you get smaller code size ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to