Browse Source

* linux-i386 uses new_select now too

git-svn-id: trunk@2884 -
Almindor 19 years ago
parent
commit
8924d3f37a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/bunxsysc.inc

+ 1 - 1
rtl/linux/bunxsysc.inc

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