zig/lib/std/os
Andrew Kelley 01337e2093 fix regression of flock being called on wasi targets
* common symbols are now public from std.c even if they live in
  std.posix
* LOCK is now one of the common symbols since it is the same on 100% of
  operating systems.
* flock is now void value on wasi and windows
* std.fs.Dir now uses flock being void as feature detection, avoiding
  trying to call it on wasi and windows
2024-07-19 11:35:22 -07:00
..
linux fix regression of flock being called on wasi targets 2024-07-19 11:35:22 -07:00
plan9 extract std.posix from std.os 2024-03-19 11:45:09 -07:00
uefi Make EfiPhysicalAddress in std/os/uefi/tables.zig public 2024-02-05 15:31:33 +00:00
windows std.c reorganization 2024-07-19 00:30:32 -07:00
emscripten.zig std.c reorganization 2024-07-19 00:30:32 -07:00
linux.zig fix regression of flock being called on wasi targets 2024-07-19 11:35:22 -07:00
plan9.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
uefi.zig os.uefi: add ns to epoch 2023-12-20 20:05:16 -08:00
wasi.zig Do not run asserts for WASI alignment when not targeting WASI 2024-05-11 07:23:07 +00:00
windows.zig Windows: Rework kernel32 apis 2024-07-17 23:11:23 +10:00