mirror of
https://github.com/ziglang/zig.git
synced 2025-12-22 06:03:16 +00:00
FILE_DISPOSITION_ON_CLOSE is used to set/clear the FILE_DELETE_ON_CLOSE, but we do not use that anymore and FILE_DISPOSITION_POSIX_SEMANTICS already implies unmapping of the handle and removal fo it on close.