diff --git a/rtl/linux/sysos.inc b/rtl/linux/sysos.inc index c78d6353d1..ce4a5379a8 100644 --- a/rtl/linux/sysos.inc +++ b/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