This website requires JavaScript.
Explore
Coder Dansu
Resume
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
zig
/
lib
/
std
/
os
/
bits
History
Andrew Kelley
a6e288d5fe
Merge pull request
#4711
from leroycep/feature-file-locks
...
Add lock option to File.OpenFlags and File.CreateFlags
2020-04-10 15:00:45 -04:00
..
linux
Use
flock
instead of
fcntl
to lock files
2020-04-02 22:57:02 -06:00
darwin.zig
Use
flock
instead of
fcntl
to lock files
2020-04-02 22:57:02 -06:00
dragonfly.zig
Merge pull request
#4711
from leroycep/feature-file-locks
2020-04-10 15:00:45 -04:00
freebsd.zig
Add LOCK_* constants to BSD
os/bits
2020-04-02 23:50:12 -06:00
linux.zig
Workaround for
#4789
2020-04-01 12:46:16 +02:00
netbsd.zig
Add LOCK_* constants to BSD
os/bits
2020-04-02 23:50:12 -06:00
wasi.zig
Define ino_t for systems not yet defining it
2020-03-08 18:31:18 -06:00
windows.zig
Use os.ino_t for everything
2020-03-08 21:52:36 -06:00