* TIOCtlRequest is declared as unsigned long according to man 2 ioctl

git-svn-id: trunk@43427 -
This commit is contained in:
florian 2019-11-09 18:27:21 +00:00
parent f20e6ff323
commit 7e3acda739

View File

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