zig/lib/std/fs
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
..
AtomicFile.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
Dir.zig fix regression of flock being called on wasi targets 2024-07-19 11:35:22 -07:00
File.zig std.c reorganization 2024-07-19 00:30:32 -07:00
get_app_data_dir.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
path.zig std: promote tests to doctests 2024-03-21 14:11:46 -07:00
test.zig Rename MAX_NAME_BYTES to max_name_bytes 2024-07-03 17:42:09 +01:00
wasi.zig fix compilation failures found by CI 2024-03-19 16:18:18 -07:00