| author | |
| committer | |
| log | 0ba77eca7430ecb7c9852df175f3fc175bf50bbf |
| tree | 45f45289eed11d97a3594a6a1b4faf47057cd89b |
| parent | 68700e5de1e593d8f924e5ff0e7ebdd47373b3c8 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/linux.zig+1| ... | ... | @@ -523,6 +523,7 @@ pub const getauxval = if (extern_getauxval) struct { |
| 523 | 523 | }.getauxval else getauxvalImpl; |
| 524 | 524 | |
| 525 | 525 | fn getauxvalImpl(index: usize) callconv(.c) usize { |
| 526 | @disableInstrumentation(); | |
| 526 | 527 | const auxv = elf_aux_maybe orelse return 0; |
| 527 | 528 | var i: usize = 0; |
| 528 | 529 | while (auxv[i].a_type != std.elf.AT_NULL) : (i += 1) { |