소스 검색

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