This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2025-12-06 14:23:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
std
/
os
/
linux
History
Matthew D. Steele
dcaaa241df
Fix a type error in std.os.linux.getpid() (
#1326
)
...
syscall0() returns usize, but we were trying to @bitCast to i32.
2018-08-03 11:45:23 -04:00
..
errno.zig
run zig fmt on the codebase
2018-05-29 04:23:38 -04:00
index.zig
Fix a type error in std.os.linux.getpid() (
#1326
)
2018-08-03 11:45:23 -04:00
test.zig
Fix a type error in std.os.linux.getpid() (
#1326
)
2018-08-03 11:45:23 -04:00
vdso.zig
remove integer and float casting syntax
2018-06-17 02:57:07 -04:00
x86_64.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00