mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 15:49:22 +02:00
* fixed problem which did not properly flush stdout before input on ppc64/linux
git-svn-id: trunk@3382 -
This commit is contained in:
parent
1d226830f2
commit
7b0821c08a
@ -135,7 +135,7 @@ Function Do_IsDevice(Handle:THandle):boolean;
|
|||||||
data is function-dependent.
|
data is function-dependent.
|
||||||
}
|
}
|
||||||
const
|
const
|
||||||
{$ifdef PowerPC}
|
{$if defined(PowerPC) or defined(PowerPc64)}
|
||||||
IOCtl_TCGETS=$402c7413;
|
IOCtl_TCGETS=$402c7413;
|
||||||
{$else}
|
{$else}
|
||||||
IOCtl_TCGETS=$5401; // TCGETS is also in termios.inc, but the sysunix needs only this
|
IOCtl_TCGETS=$5401; // TCGETS is also in termios.inc, but the sysunix needs only this
|
||||||
|
Loading…
Reference in New Issue
Block a user