Procházet zdrojové kódy

* 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 -

marco před 13 roky
rodič
revize
6f0861e666
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      rtl/solaris/termiosproc.inc

+ 1 - 1
rtl/solaris/termiosproc.inc

@@ -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;