O_EXCL is now correctly implemented in std.
This commit is contained in:
parent
4792d8878f
commit
35f5c52cbc
@ -1,9 +0,0 @@
|
|||||||
|
|
||||||
lib LibC
|
|
||||||
{% if flag?(:linux) %}
|
|
||||||
O_EXCL = 0o200
|
|
||||||
{% elsif flag?(:openbsd) %}
|
|
||||||
O_EXCL = 0x0800
|
|
||||||
{% end %}
|
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user