mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 04:48:07 +02:00
* fixed deprecated
git-svn-id: trunk@7717 -
This commit is contained in:
parent
4200ae288d
commit
0ef2cb0b02
@ -80,7 +80,7 @@ end;
|
||||
|
||||
procedure SerFlush(Handle: TSerialHandle);
|
||||
begin
|
||||
fsync(Handle);
|
||||
fpfsync(Handle);
|
||||
end;
|
||||
|
||||
function SerRead(Handle: TSerialHandle; var Buffer; Count: LongInt): LongInt;
|
||||
|
Loading…
Reference in New Issue
Block a user