zig/lib/std/os
Ryan Liptak bf25816067 Move Windows rename implementation from std.posix to windows.RenameFile
This also unifies the rename implementations, since previously `posix.renameW` used `MoveFileEx` while `posix.renameatW` used `NtOpenFile`/`NtSetInformationFile`. This, in turn, allows the `MoveFileEx` bindings to be deleted as `posix.renameW` was the only usage.
2025-11-23 23:38:01 -08:00
..
linux Revert "std.os.linux.sparc64: use icc instead of xcc in asm clobbers" 2025-11-23 07:27:45 +01:00
plan9 zig fmt 2025-07-16 10:27:39 -07:00
uefi std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
windows Move Windows rename implementation from std.posix to windows.RenameFile 2025-11-23 23:38:01 -08:00
emscripten.zig std: make signal numbers into an enum 2025-10-29 06:20:51 -07:00
freebsd.zig std: stop exposing anything having to do with ucontext_t 2025-10-10 04:43:18 +02:00
linux.zig system specific errno 2025-11-20 15:03:23 -08:00
plan9.zig system specific errno 2025-11-20 15:03:23 -08:00
uefi.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
wasi.zig wasi: fix wasm-wasi-musl constants 2025-02-09 09:08:11 +01:00
windows.zig Move Windows rename implementation from std.posix to windows.RenameFile 2025-11-23 23:38:01 -08:00