mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +02:00
sparc64 also uses 0245408 TCGETS constant
git-svn-id: trunk@36728 -
This commit is contained in:
parent
f60e3686c0
commit
0c404918e1
@ -145,10 +145,10 @@ Function Do_IsDevice(Handle:THandle):boolean;
|
||||
data is function-dependent.
|
||||
}
|
||||
const
|
||||
{$if defined(PowerPC) or defined(PowerPc64)}
|
||||
{$if defined(cpupowerpc) or defined(cpupowerpc64)}
|
||||
IOCtl_TCGETS=$402c7413;
|
||||
{$else}
|
||||
{$if defined(sparc)}
|
||||
{$if defined(cpusparc) or defined(cpusparc64)}
|
||||
IOCtl_TCGETS=$40245408;
|
||||
{$else}
|
||||
IOCtl_TCGETS=$5401; // TCGETS is also in termios.inc, but the sysunix needs only this
|
||||
|
Loading…
Reference in New Issue
Block a user