zig/lib/std/fs
LeRoyce Pearson ea6525797d Use `flock` instead of `fcntl` to lock files
`flock` locks based on the file handle, instead of the process id.
This brings the file locking on unix based systems closer to file
locking on Windows.
2020-04-02 22:57:02 -06:00
..
file.zig Use `flock` instead of `fcntl` to lock files 2020-04-02 22:57:02 -06:00
get_app_data_dir.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
path.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
watch.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00