mirror of
https://github.com/denoland/deno.git
synced 2025-02-25 06:32:41 -05:00
Move mode prop
This commit is contained in:
parent
67a581cf13
commit
c4b2e17841
1 changed files with 1 additions and 1 deletions
|
@ -1752,10 +1752,10 @@ create_struct_writer! {
|
||||||
birthtime: u64,
|
birthtime: u64,
|
||||||
ctime_set: bool,
|
ctime_set: bool,
|
||||||
ctime: u64,
|
ctime: u64,
|
||||||
|
mode: u32,
|
||||||
// Following are only valid under Unix.
|
// Following are only valid under Unix.
|
||||||
dev: u64,
|
dev: u64,
|
||||||
ino: u64,
|
ino: u64,
|
||||||
mode: u32,
|
|
||||||
nlink: u64,
|
nlink: u64,
|
||||||
uid: u32,
|
uid: u32,
|
||||||
gid: u32,
|
gid: u32,
|
||||||
|
|
Loading…
Add table
Reference in a new issue