2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@43427 -
florian 5 жил өмнө
parent
commit
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;