CVS: sml/src/runtime/mach-dep signal-sysdep.h,1.14,1.15

John Reppy <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml/src/runtime/mach-dep
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2774/mach-dep

Modified Files:
	signal-sysdep.h 
Log Message:
  Fixed bug in SetDefault/SetIgnore macros.


Index: signal-sysdep.h
===================================================================
RCS file: /cvsroot/smlnj/sml/src/runtime/mach-dep/signal-sysdep.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** signal-sysdep.h	21 Feb 2006 21:33:24 -0000	1.14
--- signal-sysdep.h	23 Feb 2006 19:20:36 -0000	1.15
***************
*** 97,101 ****
  	    struct sigaction __svec;        			\
  	    __svec.sa_flags = 0;				\
! 	    __svec.sa_handler = SIG_DFL;        		\
  	    sigaction ((sig), &__svec, 0);  			\
  	}
--- 97,101 ----
  	    struct sigaction __svec;        			\
  	    __svec.sa_flags = 0;				\
! 	    __svec.sa_handler = SIG_IGN;        		\
  	    sigaction ((sig), &__svec, 0);  			\
  	}
***************
*** 103,107 ****
  	    struct sigaction __svec;        			\
  	    __svec.sa_flags = 0;				\
! 	    __svec.sa_handler = SIG_IGN;        		\
  	    sigaction ((sig), &__svec, 0);  			\
  	}
--- 103,107 ----
  	    struct sigaction __svec;        			\
  	    __svec.sa_flags = 0;				\
! 	    __svec.sa_handler = SIG_DFL;        		\
  	    sigaction ((sig), &__svec, 0);  			\
  	}



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.