mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 02:30:56 +01:00
* Fix ino_t and dev_t types for x86_64 cpu
git-svn-id: trunk@20710 -
This commit is contained in:
parent
c5445399c6
commit
ea216f8d0f
@ -24,7 +24,7 @@
|
||||
|
||||
type
|
||||
|
||||
dev_t = cuint32; { used for device numbers }
|
||||
dev_t = cint32; { used for device numbers }
|
||||
TDev = dev_t;
|
||||
pDev = ^dev_t;
|
||||
|
||||
@ -33,7 +33,7 @@ type
|
||||
pGid = ^gid_t;
|
||||
TIOCtlRequest = cuLong;
|
||||
|
||||
ino_t = clong; { used for file serial numbers }
|
||||
ino_t = cuint32; { used for file serial numbers }
|
||||
TIno = ino_t;
|
||||
pIno = ^ino_t;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user