mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +02:00
Explicitly set fpSigAction return value
git-svn-id: trunk@20774 -
This commit is contained in:
parent
ae83b5ce92
commit
b98529673c
@ -310,7 +310,7 @@ function Fpsigaction(sig: cint; act, oact: psigactionrec): cint; [public, alias
|
|||||||
}
|
}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
do_syscall(syscall_nr_sigaction,TSysParam(sig),TSysParam(act),TSysParam(oact));
|
fpsigaction:=do_syscall(syscall_nr_sigaction,TSysParam(sig),TSysParam(act),TSysParam(oact));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
(*=================== MOVED from sysunix.inc ========================*)
|
(*=================== MOVED from sysunix.inc ========================*)
|
||||||
|
Loading…
Reference in New Issue
Block a user