diff options
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 d622509e..ecbdf550 100755 --- a/src/include/auxval.h +++ b/src/include/auxval.h @@ -4,7 +4,7 @@ typedef struct x64emu_s x64emu_t; #ifndef BUILD_LIB -int init_auxval(int argc, const char **argv, const char **env); +int init_auxval(int argc, const char **argv, char **env); #endif unsigned long real_getauxval(unsigned long type); |