| author | |
| committer | |
| log | e739ba1bd903408d485efb2a6d3c765c9bf23ba7 |
| tree | c97092bb51f3fd3b9209aeba78f8755fb0d24c3d |
| parent | f592674642ba79601e0eeda0492063c40e2206db |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/linux.zig+1| ... | ... | @@ -502,6 +502,7 @@ pub const getauxval = if (extern_getauxval) struct { |
| 502 | 502 | }.getauxval else getauxvalImpl; |
| 503 | 503 | |
| 504 | 504 | fn getauxvalImpl(index: usize) callconv(.c) usize { |
| 505 | @disableInstrumentation(); | |
| 505 | 506 | const auxv = elf_aux_maybe orelse return 0; |
| 506 | 507 | var i: usize = 0; |
| 507 | 508 | while (auxv[i].a_type != std.elf.AT_NULL) : (i += 1) { |