mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 22:53:06 +00:00
std.os.linux: Fix CGT_SYM for mips/mips64.
This commit is contained in:
parent
d71076c982
commit
64e119124f
@ -242,8 +242,8 @@ pub const F = struct {
|
||||
pub const MMAP2_UNIT = 4096;
|
||||
|
||||
pub const VDSO = struct {
|
||||
pub const CGT_SYM = "__kernel_clock_gettime";
|
||||
pub const CGT_VER = "LINUX_2.6.39";
|
||||
pub const CGT_SYM = "__vdso_clock_gettime";
|
||||
pub const CGT_VER = "LINUX_2.6";
|
||||
};
|
||||
|
||||
pub const Flock = extern struct {
|
||||
|
||||
@ -227,8 +227,8 @@ pub const F = struct {
|
||||
pub const MMAP2_UNIT = 4096;
|
||||
|
||||
pub const VDSO = struct {
|
||||
pub const CGT_SYM = "__kernel_clock_gettime";
|
||||
pub const CGT_VER = "LINUX_2.6.39";
|
||||
pub const CGT_SYM = "__vdso_clock_gettime";
|
||||
pub const CGT_VER = "LINUX_2.6";
|
||||
};
|
||||
|
||||
pub const Flock = extern struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user