Skip to content

Commit

Permalink
rename aux.h to auxv.h because windows
Browse files Browse the repository at this point in the history
  • Loading branch information
peadar committed Nov 11, 2024
1 parent 4e0036f commit 3215a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump.cc
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ operator <<(std::ostream &os, const JSON<Elf::auxv_t> &a)

switch (a.object.a_type) {
#define AUX_TYPE(name, value) case value: writer.field("a_type", #name); break;
#include "libpstack/elf/aux.h"
#include "libpstack/elf/auxv.h"
default: writer.field("a_type", a.object.a_type); break;
#undef AUX_TYPE
}
Expand Down
File renamed without changes.

0 comments on commit 3215a4e

Please sign in to comment.