mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 23:09:26 +02:00
* Fopefully last fix for non-select platforms
This commit is contained in:
parent
71457e6408
commit
cb22b7a1d5
@ -603,8 +603,8 @@ var
|
||||
|
||||
begin
|
||||
Result:=False;
|
||||
MaxHandle:=0;
|
||||
{$if defined(unix) or defined(windows)}
|
||||
MaxHandle:=0;
|
||||
TimeV.tv_usec := (aTimeOut mod 1000) * 1000;
|
||||
TimeV.tv_sec := aTimeOut div 1000;
|
||||
FillFD(FDR,aRead);
|
||||
|
Loading…
Reference in New Issue
Block a user