zig/std/os/linux
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
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