std.os.linux: Fix CGT_SYM for mips/mips64.

This commit is contained in:
Alex Rønne Petersen 2024-08-03 18:48:53 +02:00
parent d71076c982
commit 64e119124f
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {