mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
Unix.Mod modified, synced with output of cpp /usr/include/asm/stat.h
This commit is contained in:
parent
c9c82e0a97
commit
1355629f90
7 changed files with 5 additions and 4 deletions
|
|
@ -206,9 +206,10 @@ typedef struct
|
|||
Status* = RECORD (* struct stat *)
|
||||
dev* : LONGINT; (* dev_t 8 *)
|
||||
ino* : LONGINT; (* ino 8 *)
|
||||
mode*(*nlink**) : LONGINT;
|
||||
nlink*(*mode**) : INTEGER;
|
||||
nlink* : LONGINT;
|
||||
mode* : INTEGER;
|
||||
uid*, gid*: INTEGER;
|
||||
pad0* : INTEGER;
|
||||
rdev* : LONGINT;
|
||||
size* : LONGINT;
|
||||
blksize* : LONGINT;
|
||||
|
|
@ -219,7 +220,7 @@ typedef struct
|
|||
mtimensec* : LONGINT;
|
||||
ctime* : LONGINT;
|
||||
ctimensec* : LONGINT;
|
||||
unused4*, unused5*: LONGINT;
|
||||
unused0*, unused1*, unused2*: LONGINT;
|
||||
END ;
|
||||
|
||||
(* from /usr/include/bits/time.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue