mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:50:40 +01:00
* fixed type of ino_t
git-svn-id: trunk@6470 -
This commit is contained in:
parent
82378bc73a
commit
41a108bbc3
@ -34,7 +34,7 @@ type
|
||||
TGid = gid_t;
|
||||
pGid = ^gid_t;
|
||||
|
||||
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