mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:59:25 +02:00
* TIOCtlRequest is declared as unsigned long according to man 2 ioctl
git-svn-id: trunk@43427 -
This commit is contained in:
parent
f20e6ff323
commit
7e3acda739
@ -155,11 +155,7 @@ Type
|
||||
TGid = gid_t;
|
||||
pGid = ^gid_t;
|
||||
|
||||
{$ifdef cpusparc64}
|
||||
TIOCtlRequest = culong;
|
||||
{$else cpusparc64}
|
||||
TIOCtlRequest = cInt;
|
||||
{$endif cpusparc64}
|
||||
|
||||
socklen_t= cuint32;
|
||||
TSockLen = socklen_t;
|
||||
|
Loading…
Reference in New Issue
Block a user