Skip to content

Commit

Permalink
Add missing import for getauxval
Browse files Browse the repository at this point in the history
  • Loading branch information
klingtnet committed Dec 17, 2020
1 parent 7999628 commit 38f93dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/std/os/linux/test.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const mem = std.mem;
const elf = std.elf;
const expect = std.testing.expect;
const expectEqual = std.testing.expectEqual;
const getauxval = linux.getauxval;
const fs = std.fs;

test "fallocate" {
Expand Down

0 comments on commit 38f93dc

Please sign in to comment.