소스 검색

* Some more signal tuning. Supporting SA_SIGINFO would require changing
types in SignalToRunError. I keep the old thing for now. This help pass
a few more tests that need proper support for floating point exceptions.

git-svn-id: trunk@20702 -

olivier 13 년 전
부모
커밋
caf8913ad8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/haiku/system.pp

+ 1 - 1
rtl/haiku/system.pp

@@ -360,7 +360,7 @@ begin
   { initialize handler                    }
   act.sa_mask[0] := 0;
   act.sa_handler := SigActionHandler(@SignalToRunError);
-  act.sa_flags := SA_ONSTACK or SA_SIGINFO;
+  act.sa_flags := SA_ONSTACK;
   FpSigAction(signum,@act,@oldact);
 end;