mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
fixed x86_64/Unix.Mod, swapped mode and nlink fields
This commit is contained in:
parent
909a06c48a
commit
c9c82e0a97
14 changed files with 286 additions and 3 deletions
|
|
@ -206,8 +206,8 @@ typedef struct
|
|||
Status* = RECORD (* struct stat *)
|
||||
dev* : LONGINT; (* dev_t 8 *)
|
||||
ino* : LONGINT; (* ino 8 *)
|
||||
nlink* : LONGINT;
|
||||
mode* : INTEGER;
|
||||
mode*(*nlink**) : LONGINT;
|
||||
nlink*(*mode**) : INTEGER;
|
||||
uid*, gid*: INTEGER;
|
||||
rdev* : LONGINT;
|
||||
size* : LONGINT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue