浏览代码

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