diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-25 11:15:42 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-25 11:15:42 +0200 |
| commit | 1c26df2a908863ba69f602178e8aaf6be37e8851 (patch) | |
| tree | 3f6e08fcfeb381508cd8650909219731ec4277e2 /src/include | |
| parent | c60e4839ebde63937d37aa751235c86a00379f7c (diff) | |
| download | box64-1c26df2a908863ba69f602178e8aaf6be37e8851.tar.gz box64-1c26df2a908863ba69f602178e8aaf6be37e8851.zip | |
Added getauxval wrapped function
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/auxval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/auxval.h b/src/include/auxval.h index 6688d78f..d622509e 100755 --- a/src/include/auxval.h +++ b/src/include/auxval.h @@ -8,6 +8,6 @@ int init_auxval(int argc, const char **argv, const char **env); #endif unsigned long real_getauxval(unsigned long type); -//unsigned long my_getauxval(x64emu_t* emu, unsigned long type); +unsigned long my_getauxval(x64emu_t* emu, unsigned long type); #endif //__AUXVAL_H__ \ No newline at end of file |