Skip to content

Commit 603e151

Browse files
bogglebrson
authored andcommitted
---
yaml --- r: 6281 b: refs/heads/master c: 378652f h: refs/heads/master i: 6279: 47120f7 v: v3
1 parent 3261693 commit 603e151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d335d1a1699ed66d44d3efa03a46762c0473f316
2+
refs/heads/master: 378652f885b349a6296f757c19ecf489e8f481fc

trunk/src/lib/macos_os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mod libc_constants {
3535
const O_RDWR: int = 2;
3636
const O_APPEND: int = 8;
3737
const O_CREAT: int = 512;
38-
const O_EXCL: int = 248;
38+
const O_EXCL: int = 2048;
3939
const O_TRUNC: int = 1024;
4040
const O_TEXT: int = 0; // nonexistent in darwin libc
4141
const O_BINARY: int = 0; // nonexistent in darwin libc

0 commit comments

Comments
 (0)