mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-06 20:46:06 +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);
|
procedure SerFlush(Handle: TSerialHandle);
|
||||||
begin
|
begin
|
||||||
fsync(Handle);
|
fpfsync(Handle);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function SerRead(Handle: TSerialHandle; var Buffer; Count: LongInt): LongInt;
|
function SerRead(Handle: TSerialHandle; var Buffer; Count: LongInt): LongInt;
|
||||||
|
Loading…
Reference in New Issue
Block a user