mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 11:26:01 +02:00
* fixed termios constants
This commit is contained in:
parent
1d8b4661b8
commit
fa31d1d0df
@ -8,10 +8,10 @@ Const
|
|||||||
NCC = 8;
|
NCC = 8;
|
||||||
|
|
||||||
{$ifdef powerpc}
|
{$ifdef powerpc}
|
||||||
TCGETS = $403c7413;
|
TCGETS = $402c7413;
|
||||||
TCSETS = $803c7414;
|
TCSETS = $802c7414;
|
||||||
TCSETSW = $803c7415;
|
TCSETSW = $802c7415;
|
||||||
TCSETSF = $803c7416;
|
TCSETSF = $802c7416;
|
||||||
TCGETA = $40147417;
|
TCGETA = $40147417;
|
||||||
TCSETA = $80147418;
|
TCSETA = $80147418;
|
||||||
TCSETAW = $80147419;
|
TCSETAW = $80147419;
|
||||||
|
Loading…
Reference in New Issue
Block a user