O_EXCL is now correctly implemented in std.

master
Philippe Pittoli 2023-05-03 03:52:10 +02:00
parent 4792d8878f
commit 35f5c52cbc
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
lib LibC
{% if flag?(:linux) %}
O_EXCL = 0o200
{% elsif flag?(:openbsd) %}
O_EXCL = 0x0800
{% end %}
end