zig/lib/std/os
xEgoist 911f74e93b windows: use NtSetInformationFile in DeleteFile.
Using `FILE_DELETE_ON_CLOSE` can silently succeed without reporting any error
on non-empty directory. This commit adds usage of NtSetInformationFile
which will report `DIRECTORY_NOT_EMPTY`.
2023-04-16 15:18:15 -05:00
..
linux x86_64: remove returns from naked functions 2023-04-03 17:45:16 +02:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
windows windows: replace GetPhysicallyInstalledSystemMemory with ntdll. 2023-04-14 13:43:03 -04:00
linux.zig std.os: add mincore syscall 2023-04-06 00:57:23 -04:00
plan9.zig remove 'builtin.stage2_arch', Sema is smart enough now 2022-08-07 16:07:08 -07:00
test.zig disable bad std lib tests 2023-03-16 18:25:59 -07:00
uefi.zig Make invalidFmtError public and use in place of compileErrors for bad format strings (#13526) 2022-11-12 21:03:24 +02:00
wasi.zig std: fix WASI regressions 2022-12-06 12:15:05 -07:00
windows.zig windows: use NtSetInformationFile in DeleteFile. 2023-04-16 15:18:15 -05:00