fix typo in the creation of OpenOption
Due to this typo we have to build a workaround for issue hermitcore/libhermit-rs#191. RustyHermit is a tier 3 platform and backward compatibility does not have to be guaranteed.
This commit is contained in:
parent
8826b68c62
commit
05542d9c67
@ -202,7 +202,7 @@ pub fn new() -> OpenOptions {
|
|||||||
create: false,
|
create: false,
|
||||||
create_new: false,
|
create_new: false,
|
||||||
// system-specific
|
// system-specific
|
||||||
mode: 0x777,
|
mode: 0o777,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user