* linux-i386 uses new_select now too

git-svn-id: trunk@2884 -
This commit is contained in:
Almindor 2006-03-12 13:03:33 +00:00
parent ae64fc524b
commit 8924d3f37a

View File

@ -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}