mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Unix.Mod modified, synced with output of cpp /usr/include/asm/stat.h
Former-commit-id: 1355629f90
This commit is contained in:
parent
386fe21fec
commit
2f80f5c8a7
7 changed files with 9 additions and 8 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