mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 19:11:28 +02:00
fixed Do_IsDevice()
git-svn-id: trunk@3022 -
This commit is contained in:
parent
2d3c01d83a
commit
822e41689d
@ -157,7 +157,7 @@ Function Do_IsDevice(Handle:Longint):boolean;
|
||||
data is function-dependent.
|
||||
}
|
||||
CONST
|
||||
IOCtl_TCGETS=$5401;
|
||||
IOCtl_TCGETS=$40000000+$2C7400+ 19;
|
||||
var
|
||||
Data : array[0..255] of byte; {Large enough for termios info}
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user