فهرست منبع

* linux-i386 uses new_select now too

git-svn-id: trunk@2884 -
Almindor 19 سال پیش
والد
کامیت
8924d3f37a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rtl/linux/bunxsysc.inc

+ 1 - 1
rtl/linux/bunxsysc.inc

@@ -410,7 +410,7 @@ begin
 {$endif cpui386}
 {$endif cpui386}
 {$ifdef cpux86_64}
 {$ifdef cpux86_64}
   {$define bunxfunc_fpselect_implemented}
   {$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}
 {$endif cpux86_64}
 {$ifdef cpuarm}
 {$ifdef cpuarm}
   {$define bunxfunc_fpselect_implemented}
   {$define bunxfunc_fpselect_implemented}