* fixed termios constants

This commit is contained in:
florian 2004-02-21 16:22:00 +00:00
parent 1d8b4661b8
commit fa31d1d0df

View File

@ -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;