We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3261693 commit 603e151Copy full SHA for 603e151
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: d335d1a1699ed66d44d3efa03a46762c0473f316
+refs/heads/master: 378652f885b349a6296f757c19ecf489e8f481fc
trunk/src/lib/macos_os.rs
@@ -35,7 +35,7 @@ mod libc_constants {
35
const O_RDWR: int = 2;
36
const O_APPEND: int = 8;
37
const O_CREAT: int = 512;
38
- const O_EXCL: int = 248;
+ const O_EXCL: int = 2048;
39
const O_TRUNC: int = 1024;
40
const O_TEXT: int = 0; // nonexistent in darwin libc
41
const O_BINARY: int = 0; // nonexistent in darwin libc
0 commit comments