mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +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
|
||||
fpsigsuspend:= do_syscall(syscall_nr_rt_sigsuspend,TSysParam(@sigmask));
|
||||
fpsigsuspend:= do_syscall(syscall_nr_rt_sigsuspend,TSysParam(@sigmask),TSysParam(8));
|
||||
end;
|
||||
|
||||
Type
|
||||
|
Loading…
Reference in New Issue
Block a user