Skip to content

Commit cca2630

Browse files
authored
Rollup merge of #109368 - hermitcore:typo, r=cuviper
fix typo in the creation of OpenOption for RustyHermit Due to this typo we have to build a workaround for issue hermit-os/kernel#191. RustyHermit is a tier 3 platform and backward compatibility does not have to be guaranteed.
2 parents 605a4fc + 05542d9 commit cca2630

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/hermit

1 file changed

+1
-1
lines changed

library/std/src/sys/hermit/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impl OpenOptions {
202202
create: false,
203203
create_new: false,
204204
// system-specific
205-
mode: 0x777,
205+
mode: 0o777,
206206
}
207207
}
208208

0 commit comments

Comments
 (0)