浏览代码

* 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 13 年之前
父节点
当前提交
6f0861e666
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;