소스 검색

* avoid deprecated warning.

git-svn-id: trunk@32254 -
marco 9 년 전
부모
커밋
4484f793e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-process/src/unix/process.inc

+ 1 - 1
packages/fcl-process/src/unix/process.inc

@@ -416,7 +416,7 @@ begin
             if Assigned(FForkEvent) then
               FForkEvent(Self);
             if (poRunSuspended in Options) then
-              sigraise(SIGSTOP);
+              fpkill(fpgetpid,SIGSTOP);
             if FEnv<>Nil then
               fpexecve(PName,Argv,Fenv)
             else