On Thu, Nov 17, 2011 at 10:57:22AM +0200, Stern, Eli wrote:
>...
>+#ifdef __ARCH_USE_MMU__
>+      /* Upon _exit of the parent we may get a HUP that we do not want.  */
>+      sigemptyset(&new_set);
>+      sigaddset(&new_set, SIGHUP);
>+      fd = sigprocmask(SIG_BLOCK, &new_set, &old_set);
>+#else
>...
>
>I have tested this on my platform. It does not work.

So what about the "ignore" i also sent?
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to