mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:19:26 +02:00
* Prevent range check errors on powerpc-linux
git-svn-id: trunk@8126 -
This commit is contained in:
parent
38c41a29be
commit
d51b735deb
@ -13,7 +13,7 @@ end;
|
||||
|
||||
Function TCSetAttr(fd:cint;OptAct:cint;const tios:TermIOS):cint;
|
||||
var
|
||||
nr:cint;
|
||||
nr:culong;
|
||||
begin
|
||||
case OptAct of
|
||||
TCSANOW : nr:=TCSETS;
|
||||
|
Loading…
Reference in New Issue
Block a user