mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:49:20 +02:00
* fixes fpsigsuspend call at least on i386-linux
git-svn-id: trunk@13433 -
This commit is contained in:
parent
9cbc9e1f5f
commit
6dc51122e7
@ -47,7 +47,7 @@ function fpsigsuspend(const sigmask:TSigSet):cint;
|
|||||||
}
|
}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
fpsigsuspend:= do_syscall(syscall_nr_rt_sigsuspend,TSysParam(@sigmask));
|
fpsigsuspend:= do_syscall(syscall_nr_rt_sigsuspend,TSysParam(@sigmask),TSysParam(8));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
|
Loading…
Reference in New Issue
Block a user