Release 2.2.2.2.
[mLib] / sel / sig.c
index 87dbb33..bc55912 100644 (file)
--- a/sel/sig.c
+++ b/sel/sig.c
@@ -76,7 +76,7 @@ static void sig_handler(int n)
   unsigned char sch = (unsigned char)n;
   sigprocmask(SIG_BLOCK, &ss_all, 0);
   sigaddset(&ss_caught, n);
-  write(sigfd, &sch, 1);
+  if (write(sigfd, &sch, 1)) /*hunoz*/;
   /* The system should reset the signal mask here. */
   errno = e;
 }