| author | |
| committer | |
| log | 64e119124f03e94467032949cbd9b51c8311db05 |
| tree | a014408eaf4b855f9024a4e1f0f25407669bd351 |
| parent | d71076c9826ddd66bfcc04b9a6ded9dbf540d239 |
| signature |
2 files changed, 4 insertions(+), 4 deletions(-)
lib/std/os/linux/mips.zig+2-2| ... | ... | @@ -242,8 +242,8 @@ pub const F = struct { |
| 242 | 242 | pub const MMAP2_UNIT = 4096; |
| 243 | 243 | |
| 244 | 244 | pub const VDSO = struct { |
| 245 | pub const CGT_SYM = "__kernel_clock_gettime"; | |
| 246 | pub const CGT_VER = "LINUX_2.6.39"; | |
| 245 | pub const CGT_SYM = "__vdso_clock_gettime"; | |
| 246 | pub const CGT_VER = "LINUX_2.6"; | |
| 247 | 247 | }; |
| 248 | 248 | |
| 249 | 249 | pub const Flock = extern struct { |
lib/std/os/linux/mips64.zig+2-2| ... | ... | @@ -227,8 +227,8 @@ pub const F = struct { |
| 227 | 227 | pub const MMAP2_UNIT = 4096; |
| 228 | 228 | |
| 229 | 229 | pub const VDSO = struct { |
| 230 | pub const CGT_SYM = "__kernel_clock_gettime"; | |
| 231 | pub const CGT_VER = "LINUX_2.6.39"; | |
| 230 | pub const CGT_SYM = "__vdso_clock_gettime"; | |
| 231 | pub const CGT_VER = "LINUX_2.6"; | |
| 232 | 232 | }; |
| 233 | 233 | |
| 234 | 234 | pub const Flock = extern struct { |