Przeglądaj źródła

* fixed problem which did not properly flush stdout before input on ppc64/linux

git-svn-id: trunk@3382 -
tom_at_work 19 lat temu
rodzic
commit
7b0821c08a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rtl/linux/sysos.inc

+ 1 - 1
rtl/linux/sysos.inc

@@ -135,7 +135,7 @@ Function Do_IsDevice(Handle:THandle):boolean;
   data is function-dependent.
 }
 const
-{$ifdef PowerPC}
+{$if defined(PowerPC) or defined(PowerPc64)}
   IOCtl_TCGETS=$402c7413;
 {$else}
   IOCtl_TCGETS=$5401; // TCGETS is also in termios.inc, but the sysunix needs only this