Skip to content

Commit

Permalink
Reset generated files to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Dec 19, 2024
1 parent d1e3def commit ae5a8dd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5705,6 +5705,9 @@ extern "C" {
extern "C" {
pub fn libafl_get_brk() -> u64;
}
extern "C" {
pub fn libafl_get_initial_brk() -> u64;
}
extern "C" {
pub fn libafl_set_brk(new_brk: u64) -> u64;
}
Expand Down

0 comments on commit ae5a8dd

Please sign in to comment.