mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
fixed x86_64/Unix.Mod, swapped mode and nlink fields
Former-commit-id: c9c82e0a97
This commit is contained in:
parent
7ee8f7f766
commit
386fe21fec
14 changed files with 291 additions and 8 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