mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
fixed darwin Unix.Mod module
This commit is contained in:
parent
a7f927b36c
commit
08f6becf7d
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ typedef struct
|
||||||
dev* : INTEGER; (* dev_t 4 *)
|
dev* : INTEGER; (* dev_t 4 *)
|
||||||
mode*: SHORTINT; mode1*: SHORTINT; (* mode_t 2 *)
|
mode*: SHORTINT; mode1*: SHORTINT; (* mode_t 2 *)
|
||||||
nlink* : SHORTINT; nlink1*: SHORTINT; (* nlink_t 2 *)
|
nlink* : SHORTINT; nlink1*: SHORTINT; (* nlink_t 2 *)
|
||||||
ino* : LONGINT (* __darwin_ino64_t 8 *)
|
ino* : LONGINT; (* __darwin_ino64_t 8 *)
|
||||||
uid*, gid*: INTEGER; (* uid_t, gid_t 4 *)
|
uid*, gid*: INTEGER; (* uid_t, gid_t 4 *)
|
||||||
rdev*: INTEGER; (* dev_t 4 *)
|
rdev*: INTEGER; (* dev_t 4 *)
|
||||||
atime* : LONGINT; atimences* : LONGINT; (* struct timespec 16 *)
|
atime* : LONGINT; atimences* : LONGINT; (* struct timespec 16 *)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue