Переглянути джерело

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

git-svn-id: trunk@43427 -
florian 5 роки тому
батько
коміт
7e3acda739
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      rtl/linux/ptypes.inc

+ 0 - 4
rtl/linux/ptypes.inc

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