about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/auxval.h2
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);