O_EXCL is now correctly implemented in std.
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