mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +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
|
||||
do_syscall(syscall_nr_sigaction,TSysParam(sig),TSysParam(act),TSysParam(oact));
|
||||
fpsigaction:=do_syscall(syscall_nr_sigaction,TSysParam(sig),TSysParam(act),TSysParam(oact));
|
||||
end;
|
||||
|
||||
(*=================== MOVED from sysunix.inc ========================*)
|
||||
|
Loading…
Reference in New Issue
Block a user