Use an empty signal handler for SIGPIPE instead of SIG_IGN
authorSimon Marlow <marlowsd@gmail.com>
Sat, 25 Sep 2010 19:35:48 +0000 (19:35 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Sat, 25 Sep 2010 19:35:48 +0000 (19:35 +0000)
commit08d888b90c82b3aa3092e439b197cef939ed3d44
treee5e0fd74329dfc27a143368be7f8517a0521efe6
parentd9064fb552f84ba7a642bb94cf306e1be87a236c
Use an empty signal handler for SIGPIPE instead of SIG_IGN

This is so that the SIGPIPE handler gets reset to the default
automatically on exec().
rts/posix/Signals.c