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