mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 14:26:16 +02:00
* linux-i386 uses new_select now too
git-svn-id: trunk@2884 -
This commit is contained in:
parent
ae64fc524b
commit
8924d3f37a
@ -410,7 +410,7 @@ begin
|
||||
{$endif cpui386}
|
||||
{$ifdef cpux86_64}
|
||||
{$define bunxfunc_fpselect_implemented}
|
||||
fpSelect:=do_syscall(syscall_nr_select,n,tsysparam(readfds),tsysparam(writefds),tsysparam(exceptfds),tsysparam(timeout));
|
||||
fpSelect:=do_syscall(syscall_nr__newselect,n,tsysparam(readfds),tsysparam(writefds),tsysparam(exceptfds),tsysparam(timeout));
|
||||
{$endif cpux86_64}
|
||||
{$ifdef cpuarm}
|
||||
{$define bunxfunc_fpselect_implemented}
|
||||
|
Loading…
Reference in New Issue
Block a user