--- birnet/birnetcpu.cc.orig	Tue Feb 20 22:50:18 2007
+++ birnet/birnetcpu.cc	Tue Feb 20 22:50:51 2007
@@ -201,7 +201,7 @@
       struct sigaction action, old_action;
       action.sa_handler = cpu_info_sigill_handler;
       sigemptyset (&action.sa_mask);
-      action.sa_flags = SA_NOMASK;
+      action.sa_flags = SA_NODEFER; /* SA_NOMASK means this? */
       sigaction (SIGILL, &action, &old_action);
       if (setjmp (cpu_info_jmp_buf) == 0)
         {
