| author | |
| committer | |
| log | 0ad97b41229805fac0e20d88cb24118535fbf056 |
| tree | cdc6709dcf6594a75e9307398a43602109803ccd |
| parent | 64e119124f03e94467032949cbd9b51c8311db05 |
| signature |
2 files changed, 8 insertions(+), 2 deletions(-)
lib/std/os/linux/riscv32.zig+4-1| ... | @@ -188,7 +188,10 @@ pub const Elf_Symndx = u32; | ... | @@ -188,7 +188,10 @@ pub const Elf_Symndx = u32; |
| 188 | 188 | ||
| 189 | pub const MMAP2_UNIT = 4096; | 189 | pub const MMAP2_UNIT = 4096; |
| 190 | 190 | ||
| 191 | pub const VDSO = struct {}; | 191 | pub const VDSO = struct { |
| 192 | pub const CGT_SYM = "__vdso_clock_gettime"; | ||
| 193 | pub const CGT_VER = "LINUX_4.15"; | ||
| 194 | }; | ||
| 192 | 195 | ||
| 193 | /// TODO | 196 | /// TODO |
| 194 | pub const ucontext_t = void; | 197 | pub const ucontext_t = void; |
lib/std/os/linux/riscv64.zig+4-1| ... | @@ -215,7 +215,10 @@ pub const Stat = extern struct { | ... | @@ -215,7 +215,10 @@ pub const Stat = extern struct { |
| 215 | 215 | ||
| 216 | pub const Elf_Symndx = u32; | 216 | pub const Elf_Symndx = u32; |
| 217 | 217 | ||
| 218 | pub const VDSO = struct {}; | 218 | pub const VDSO = struct { |
| 219 | pub const CGT_SYM = "__vdso_clock_gettime"; | ||
| 220 | pub const CGT_VER = "LINUX_4.15"; | ||
| 221 | }; | ||
| 219 | 222 | ||
| 220 | /// TODO | 223 | /// TODO |
| 221 | pub const ucontext_t = void; | 224 | pub const ucontext_t = void; |