* Applied patch from Ludo Brands wrt constant used in termio.TCFlush.

Mantis #21665, but that remains open because it must be investigated
   for other oses too.

git-svn-id: trunk@21231 -
This commit is contained in:
marco 2012-05-05 14:48:49 +00:00
parent 87d3a48174
commit 6f0861e666

View File

@ -79,7 +79,7 @@ end;
Function TCFlush(fd,qsel:cint):cint; {$ifdef VER2_0}inline;{$endif}
begin
TCFlush:=fpIOCtl(fd,TIOCFLUSH,pointer(qsel));
TCFlush:=fpIOCtl(fd,TCFLSH,pointer(qsel));
end;
Function IsATTY (Handle:cint):cint;