Merge pull request #2499 from alexrp/signal-sa-restart
commit3d1cf8071245e836b1e23b66e61ea450e4d29012
authormonojenkins <jo.shields+jenkins@xamarin.com>
Sat, 23 Jan 2016 18:45:14 +0000 (23 18:45 +0000)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Sat, 23 Jan 2016 18:45:14 +0000 (23 18:45 +0000)
tree19bcd26ca83808c40a57356d77751cbd37013ae0
parent3cc70930347925e60937bf9f52befa338800de9a
parent6a9f742ef01c8fa4927ee06f015312b021b47169
Merge pull request #2499 from alexrp/signal-sa-restart

[runtime] Add SA_RESTART to SIG{CONT,INT,PROF,QUIT,USR2,WINCH}.

We need this as these signals can be delivered at any point and can interrupt system calls that external (non-Mono) code is executing, which such code may not be written to handle gracefully.