mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:48:14 +02:00
* fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice)
git-svn-id: trunk@4222 -
This commit is contained in:
parent
164973da61
commit
cd8842a74d
@ -80,7 +80,7 @@ Const
|
||||
fs_xia = $012FD16D;
|
||||
|
||||
{Constansts Termios/Ioctl (used in Do_IsDevice) }
|
||||
{$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
|
||||
|
Loading…
Reference in New Issue
Block a user